在线监测功能
1.预处理生成超标数据和无数据监测点数据 2.分页查询数据 3.生成预告警单(处理中)
This commit is contained in:
@@ -22,4 +22,6 @@ public class RStatLimitQueryParam {
|
||||
private List<String> ids;
|
||||
|
||||
private String date;
|
||||
|
||||
private String endDate;
|
||||
}
|
||||
|
||||
@@ -67,4 +67,10 @@ public class RStatLimitTargetVO {
|
||||
@ApiModelProperty("间谐波电压限值天数")
|
||||
private Integer inuharmOvertime = 0;
|
||||
|
||||
/**
|
||||
* 所有指标越限天数
|
||||
*/
|
||||
@ApiModelProperty("所有指标越限天数")
|
||||
private Integer allOvertime = 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user