Browse Source

增加数据质量报警类型

lixing 3 years ago
parent
commit
17b458a4e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/alarm/alarm_dict.md

+ 1 - 0
docs/alarm/alarm_dict.md

@@ -17,6 +17,7 @@ public enum EnumAlarmCategory {
     TENANT("Tenant", "租户报警"),
     ELECTRIC("Electric", "配电报警"),
     CS("CS", "冷站能效报警"),
+    IOT("iot", "数据质量报警"),
     BIM("Bim", "BIM报警");
 
     @Setter