Lius
2024-12-17 2d727903343feb01fedc988370091395c368faf2
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -598,4 +598,11 @@
    Integer AUTO_FLAG_Y = 1;
    Integer AUTO_FLAG_N = 2;
    /**
     * 停机类型   1(计划停机) 2 (非计划停机)
     */
    String CLOSE_TYPE_1 = "1";
    String CLOSE_TYPE_2 = "2";
}