算法改造:监测点稳态指标越限次数_日表

This commit is contained in:
2023-11-13 14:50:50 +08:00
parent 856adce8c1
commit f9f363133b
11 changed files with 1212 additions and 1395 deletions

View File

@@ -190,5 +190,11 @@ public interface InfluxDBTableConstant {
*/
Integer DAY_MINUTE = 1440;
/**
* 数据是否正常 0:正常 1:异常
*/
String NORMAL = "0";
String UN_NORMAL = "1";
}