heheng
2025-06-10 db8242513644b246a30222663ef20e21f1e7c7ce
exam-common/src/main/java/com/gkhy/exam/common/constant/UserConstant.java
@@ -8,6 +8,10 @@
    /** 部门停用状态 */
    public static final Integer DEPT_DISABLE =1;
    public static final Integer ENABLE=0;
    public static final Integer DISENABLE=1;
    /** 校验是否唯一的返回标识 */
    public final static boolean UNIQUE = true;
@@ -39,7 +43,8 @@
    /** InnerLink组件标识 */
    public final static String INNER_LINK = "InnerLink";
    /** 角色正常状态 */
    public static final String ROLE_NORMAL = "0";
    /**
     * 用户名长度限制
     */