zhangherong
2025-03-14 9a8d9ef43c70fe6d70b494f49b19e5ca6ef01d4b
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -597,5 +597,10 @@
     */
    Integer AUTO_FLAG_Y = 1;
    Integer AUTO_FLAG_N = 2;
    /**
     * 待机原因上报状态 0(未上报) 1(已上报)
     */
    Integer DOWNTIME_STATUS_0 = 0;
    Integer DOWNTIME_STATUS_1 = 1;
}