算法改造:监测点稳态指标越限次数_日表
This commit is contained in:
@@ -190,5 +190,11 @@ public interface InfluxDBTableConstant {
|
||||
*/
|
||||
Integer DAY_MINUTE = 1440;
|
||||
|
||||
/**
|
||||
* 数据是否正常 0:正常 1:异常
|
||||
*/
|
||||
String NORMAL = "0";
|
||||
String UN_NORMAL = "1";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user