buhuazhen
6 天以前 fdfe6d221030d9e6f19cca3fdad7fb88815e78af
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";