update 优化 统一用词

This commit is contained in:
疯狂的狮子Li
2026-01-09 11:52:28 +08:00
parent 3d243474bd
commit 91f1025c0d
14 changed files with 38 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ public interface CacheConstants {
String SYS_DICT_KEY = "sys_dict:";
/**
* 登录户密码错误次数 redis key
* 登录户密码错误次数 redis key
*/
String PWD_ERR_CNT_KEY = "pwd_err_cnt:";

View File

@@ -47,7 +47,7 @@ public interface CacheNames {
String SYS_CLIENT = GlobalConstants.GLOBAL_REDIS_KEY + "sys_client#30d";
/**
* 用户
* 用户
*/
String SYS_USER_NAME = "sys_user_name#30d";

View File

@@ -13,7 +13,7 @@ user.logout.success=退出成功
length.not.valid=长度必须在{min}到{max}个字符之间
user.username.not.blank=用户名不能为空
user.username.not.valid=* 2到20个汉字、字母、数字或下划线组成且必须以非数字开头
user.username.length.valid=户长度必须在{min}到{max}个字符之间
user.username.length.valid=户长度必须在{min}到{max}个字符之间
user.password.not.blank=用户密码不能为空
user.password.length.valid=用户密码长度必须在{min}到{max}个字符之间
user.password.not.valid=* 5-50个字符

View File

@@ -13,7 +13,7 @@ user.logout.success=退出成功
length.not.valid=长度必须在{min}到{max}个字符之间
user.username.not.blank=用户名不能为空
user.username.not.valid=* 2到20个汉字、字母、数字或下划线组成且必须以非数字开头
user.username.length.valid=户长度必须在{min}到{max}个字符之间
user.username.length.valid=户长度必须在{min}到{max}个字符之间
user.password.not.blank=用户密码不能为空
user.password.length.valid=用户密码长度必须在{min}到{max}个字符之间
user.password.not.valid=* 5-50个字符