预处理兼容pq/pms处理
This commit is contained in:
@@ -24,7 +24,7 @@ public class LineParam {
|
||||
/**
|
||||
* 区分配网I II III 类监测点
|
||||
*/
|
||||
@ApiModelProperty(name = "lineType",value = "监测点类型")
|
||||
@ApiModelProperty(name = "lineType",value = "监测点类别")
|
||||
private Integer lineType;
|
||||
|
||||
@ApiModelProperty(name = "type",value = "时间类型(1年,2季,3月,4周,5日)")
|
||||
@@ -33,6 +33,7 @@ public class LineParam {
|
||||
|
||||
@ApiModelProperty(name = "dataDate",value = "时间日期")
|
||||
@NotBlank(message = "时间不可为空")
|
||||
@Deprecated
|
||||
private String dataDate;
|
||||
|
||||
/**
|
||||
@@ -52,4 +53,10 @@ public class LineParam {
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
|
||||
/**
|
||||
* 是否补招标识,默认false不补招
|
||||
*/
|
||||
private Boolean repairFlag = false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user