forked from gzzfw/backEnd/gz-dyh

wangwh
2024-09-10 e282e3bb247adc903e201e85239a504548efa7c6
dyh-service/dyh-base/src/main/java/cn/huge/module/cust/constant/UserBaseConsts.java
@@ -68,8 +68,9 @@
     */
    /**
     * 组织级别,1:市级,2:区级,3:镇街级,4:村居级
     * 组织级别,0:政法委,1:市级,2:区级,3:镇街级,4:村居级
     */
    public static final int UNIT_GRADE_0 = 0;
    public static final int UNIT_GRADE_1 = 1;
    public static final int UNIT_GRADE_2 = 2;
    public static final int UNIT_GRADE_3 = 3;