@@ -84,7 +84,7 @@ public class RtkInfo implements Serializable {
/**
* 0千寻板卡千寻账号,1千寻板卡移动账号,2北云板卡移动账号
*/
- @TableField("rtk_ype ")
+ @TableField("rtk_ype")
private Integer rtkType ;
@TableField("rec_status")
@@ -9,7 +9,6 @@ import java.util.List;
public class RtkInfoParam extends RequestBase{
private String rtkSnCode;
private String userName;
- private String createTime;
private String operator;
private List<String> timeList;