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

@@ -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 用户名称