调度功能bug修改

This commit is contained in:
2023-07-26 09:06:30 +08:00
parent be9c6bfc46
commit 19efafde94
4 changed files with 65 additions and 123 deletions

View File

@@ -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:oracle1:influxdb 2:mysql")
private Integer dataSource;