qushaowei
2024-03-28 1a2258c4eca2e7514b6096004fa1c3e0036b402b
lxzn-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java
@@ -592,4 +592,10 @@
     */
    String DICT_EQUIPMENT_RATE_NORMAL = "equipment_rate_normal";
    /**
     * 加班数据 自动计算标识 1(是) 2(否)
     */
    Integer AUTO_FLAG_Y = 1;
    Integer AUTO_FLAG_N = 2;
}