feat: 用户服务通用接口新增查询用户昵称接口
This commit is contained in:
@@ -35,6 +35,11 @@ public interface CacheNames {
|
||||
*/
|
||||
String SYS_USER_NAME = "sys_user_name#30d";
|
||||
|
||||
/**
|
||||
* 用户昵称
|
||||
*/
|
||||
String SYS_NICK_NAME = "sys_nick_name#30d";
|
||||
|
||||
/**
|
||||
* 部门
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user