|
@@ -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", "中级");
|