干燥机配套车间生产管理系统/云平台服务端
bsw215583320
2025-02-17 ff34638b445619d83740223514aa4de4a8e9a65f
jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/common/CommonDict.java
old mode 100644 new mode 100755
@@ -5,5 +5,18 @@
public class CommonDict {
    /**
     * 故障字典
     */
    public static Map<String, String> faultDict = new HashMap<>();
    /**
     * 报警字典
     */
    public static Map<String, String> waringDict = new HashMap<>();
    /**
     * 状态字典
     */
    public static Map<String, String> statusDict = new HashMap<>();
}