Lius
2025-03-18 423c836f9a0b15033b048c9d2666d3440fecdca0
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -597,5 +597,15 @@
     */
    Integer AUTO_FLAG_Y = 1;
    Integer AUTO_FLAG_N = 2;
    /**
     * 待机原因上报状态 0(未上报) 1(已上报)
     */
    Integer DOWNTIME_STATUS_0 = 0;
    Integer DOWNTIME_STATUS_1 = 1;
    /**
     * 停机类型   0(计划停机) 1 (非计划停机)
     */
    String CLOSE_TYPE_0 = "0";
    String CLOSE_TYPE_1 = "1";
}