青城
5 天以前 6437bdc301a3738b3e6f3be9913a41a45d9f96d9
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";