Lius
2025-01-13 ebb0ec9bd15de8185994962c37b15a94c8b4ee0d
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -598,4 +598,16 @@
    Integer AUTO_FLAG_Y = 1;
    Integer AUTO_FLAG_N = 2;
    /**
     * 停机类型   1(计划停机) 2 (非计划停机)
     */
    String CLOSE_TYPE_1 = "1";
    String CLOSE_TYPE_2 = "2";
    /**
     * 设备状态字典编号
     */
    String DICT_EQUIPMENT_STATUS = "mdc_equipment_status";
}