首页>代码>基于Spring Boot+Apache Shiro+Thymeleaf+MyBatis开发的网站后台权限管理系统>/RuoYi/src/main/java/com/ruoyi/common/constant/UserConstants.java
package com.ruoyi.common.constant; /** * 用户常量信息 * * @author ruoyi */ public class UserConstants { /** 正常状态 */ public static final int NORMAL = 0; /** 异常状态 */ public static final int EXCEPTION = 1; /** 用户封禁状态 */ public static final String USER_BLOCKED = "1"; /** 角色封禁状态 */ public static final String ROLE_BLOCKED = "1"; /** * 用户名长度限制 */ public static final int USERNAME_MIN_LENGTH = 2; public static final int USERNAME_MAX_LENGTH = 10; /** 名称是否唯一的返回结果码 */ public final static String NAME_UNIQUE = "0"; public final static String NAME_NOT_UNIQUE = "1"; /** * 密码长度限制 */ public static final int PASSWORD_MIN_LENGTH = 5; public static final int PASSWORD_MAX_LENGTH = 20; }
最近下载更多
shaohuaqingfu LV3
11月6日
625459321 LV1
6月11日
educationAAA LV11
5月25日
2860615178 LV4
5月1日
managment LV3
4月17日
m5433661 LV2
3月28日
formatself1 LV2
1月28日
2917476324 LV2
2023年12月21日
Seaskye LV14
2023年11月4日
Tunduswith LV15
2023年10月31日
最近浏览更多
citybird LV4
11月17日
1481421104 LV3
11月14日
dongandmin LV6
11月13日
shaohuaqingfu LV3
11月6日
King_wsk LV18
11月2日
bluerstar LV1
10月23日
zz123456ZWJ
7月12日
暂无贡献等级
zuizhonghuanxiang16
7月2日
暂无贡献等级
zhuhq1
6月24日
暂无贡献等级
625459321 LV1
6月11日