Browse Source

添加常量

my-csc-config-file.git 3 years ago
parent
commit
7a57454463
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/java/com/unissoft/MyConstant.java

+ 6 - 0
src/main/java/com/unissoft/MyConstant.java

@@ -55,6 +55,12 @@ public class MyConstant {
55 55
     //redis存入日志key
56 56
     public static String REDIS_LOGS = "logs";
57 57
 
58
+    //库外管理下
59
+    public static String M_INSECT = "虫害异常、";
60
+    public static String WATER_CONTENT = "水分检测异常、";
61
+    public static String GRAIN_CONDITION = "粮情异常、";
62
+    public static String M_CHECK_TYPE = "保管员每周检查粮情";
63
+
58 64
     public static final LinkedHashMap<String, String> GRADEMAP = new LinkedHashMap<String, String>() {{
59 65
         put("1", "初级");
60 66
         put("2", "中级");