update 优化 大家都认可用"账"统一改为账

This commit is contained in:
疯狂的狮子Li
2026-01-12 09:17:39 +08:00
parent d8ed23f227
commit 0940ba6762
20 changed files with 60 additions and 60 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

@@ -61,7 +61,7 @@ public class UserDTO implements Serializable {
private String sex;
/**
* 号状态0正常 1停用
* 号状态0正常 1停用
*/
private String status;

View File

@@ -13,15 +13,15 @@ import java.util.Map;
public interface UserService {
/**
* 通过用户ID查询用户
* 通过用户ID查询用户
*
* @param userId 用户ID
* @return 用户
* @return 用户
*/
String selectUserNameById(Long userId);
/**
* 通过用户ID查询用户
* 通过用户ID查询用户
*
* @param userId 用户ID
* @return 用户名称
@@ -29,7 +29,7 @@ public interface UserService {
String selectNicknameById(Long userId);
/**
* 通过用户ID查询用户
* 通过用户ID查询用户
*
* @param userIds 用户ID 多个用逗号隔开
* @return 用户名称