zss
9 天以前 33730ba5f81f78bf2c63fa792b6b8e65d94c4ca9
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";