add 新增 翻译组件 用户昵称翻译实现

This commit is contained in:
疯狂的狮子Li
2023-11-30 13:20:28 +08:00
parent eb671c1412
commit 7d94fc83cf
8 changed files with 67 additions and 0 deletions

View File

@@ -73,6 +73,14 @@ public interface RemoteUserService {
*/
String selectUserNameById(Long userId);
/**
* 通过用户ID查询用户昵称
*
* @param userId 用户id
* @return 结果
*/
String selectNicknameById(Long userId);
/**
* 更新用户信息
*