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

This commit is contained in:
疯狂的狮子Li
2026-01-12 09:19:41 +08:00
parent c590036246
commit 5c47865be3
21 changed files with 63 additions and 63 deletions

View File

@@ -70,7 +70,7 @@ public interface RemoteUserService {
Boolean registerUserInfo(RemoteUserBo remoteUserBo) throws UserException, ServiceException;
/**
* 通过userId查询用户
* 通过userId查询用户
*
* @param userId 用户id
* @return 结果
@@ -86,7 +86,7 @@ public interface RemoteUserService {
String selectNicknameById(Long userId);
/**
* 通过用户ID查询用户
* 通过用户ID查询用户
*
* @param userIds 用户ID 多个用逗号隔开
* @return 用户名称

View File

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

View File

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