buhuazhen
9 天以前 b7eb6e87b4d88e5a419b64e3e3d0e5dc1be0f48f
src/main/java/com/ruoyi/common/constant/UserConstants.java
@@ -21,6 +21,9 @@
    /** 用户封禁状态 */
    public static final String USER_DISABLE = "1";
    /** 角色正常状态 */
    public static final String ROLE_NORMAL = "0";
    /** 角色封禁状态 */
    public static final String ROLE_DISABLE = "1";