Lius
2025-03-17 f658dc1089f6bf292e6f855d6aa04f89d576572d
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;
    /**
     * 停机类型   1(计划停机) 2 (非计划停机)
     */
    String CLOSE_TYPE_1 = "1";
    String CLOSE_TYPE_2 = "2";
}