mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
update 优化 统一用词
This commit is contained in:
@@ -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 用户名称
|
||||
|
||||
Reference in New Issue
Block a user