调度功能bug修改
This commit is contained in:
@@ -18,6 +18,9 @@ public class LineParam {
|
||||
@ApiModelProperty(name = "lineIds",value = "监测点索引集合")
|
||||
private List<String> lineIds;
|
||||
|
||||
/**
|
||||
* 区分配网I II III 类监测点
|
||||
*/
|
||||
@ApiModelProperty(name = "lineType",value = "监测点类型")
|
||||
private Integer lineType;
|
||||
|
||||
@@ -29,6 +32,9 @@ public class LineParam {
|
||||
@NotBlank(message = "时间不可为空")
|
||||
private String dataDate;
|
||||
|
||||
/**
|
||||
* 标识从那个库里查询数据
|
||||
*/
|
||||
@ApiModelProperty(name = "dataSource",value = "数据源(0:oracle,1:influxdb 2:mysql)")
|
||||
private Integer dataSource;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user