Lius
2025-08-25 2b9ff0c274a847af41b2f5a04de1b23ed6fbb9bb
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -598,4 +598,10 @@
    Integer AUTO_FLAG_Y = 1;
    Integer AUTO_FLAG_N = 2;
    /**
     * 停机类型   0(计划停机) 1 (非计划停机)
     */
    String CLOSE_TYPE_0 = "0";
    String CLOSE_TYPE_1 = "1";
}