Merge remote-tracking branch 'ruoyi/master'

This commit is contained in:
Tony
2024-09-24 08:54:26 +08:00
5 changed files with 17 additions and 9 deletions

View File

@@ -21,6 +21,9 @@ public class UserConstants
/** 用户封禁状态 */
public static final String USER_DISABLE = "1";
/** 角色正常状态 */
public static final String ROLE_NORMAL = "0";
/** 角色封禁状态 */
public static final String ROLE_DISABLE = "1";