瀏覽代碼

添加报警和正常常量

wyyay 1 年之前
父節點
當前提交
46f8c6197a
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      base-common/src/main/java/com/ozs/common/constant/Constants.java

+ 10 - 0
base-common/src/main/java/com/ozs/common/constant/Constants.java

@@ -150,4 +150,14 @@ public class Constants
      */
     public static final String[] JOB_ERROR_STR = {"java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
             "org.springframework", "org.apache", "com.hx.common.utils.file", "com.hx.common.config"};
+
+    /**
+     * ALARM_SET 报警信息集合
+     */
+    public static final String ALARM_SET = "alarm_set";
+
+    /**
+     * NORMAL_SET 报警信息集合
+     */
+    public static final String NORMAL_SET = "normal_set";
 }