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

@@ -40,6 +40,11 @@ public interface CacheNames {
*/
String SYS_USER_NAME = "sys_user_name#30d";
/**
* 用户名称
*/
String SYS_NICKNAME = "sys_nickname#30d";
/**
* 部门
*/