Lius
2025-03-31 5cd4558fb1a7178653d77e1a982e6f26d06b5db5
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -593,9 +593,29 @@
    String DICT_EQUIPMENT_RATE_NORMAL = "equipment_rate_normal";
    /**
     * 配送小组字典编号
     */
    String DICT_MDC_STAFF_TEAM = "mdc_staff_team";
    /**
     * 加班数据 自动计算标识 1(是) 2(否)
     */
    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";
    String ORG_TYPE = "3";
    Integer SHIFT_TYPE_1 = 1;
    Integer SHIFT_TYPE_2 = 2;
}