forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-09 69aad5671f848c0b96cc592efd9186963bae5bb0
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;