zhangherong
2025-03-18 e88c6ac544e52359c7eabc94edef7bb1e133c7e2
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -602,5 +602,10 @@
     */
    Integer DOWNTIME_STATUS_0 = 0;
    Integer DOWNTIME_STATUS_1 = 1;
    /**
     * 停机类型   0(计划停机) 1 (非计划停机)
     */
    String CLOSE_TYPE_0 = "0";
    String CLOSE_TYPE_1 = "1";
}