refactor: 优化用户和角色部分数据填充方式

This commit is contained in:
2024-01-20 21:14:58 +08:00
parent f813c71d73
commit 7a3ccc2dee
7 changed files with 35 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ public interface ContainerConstants extends top.charles7c.continew.starter.exten
String USER_ROLE_ID_LIST = "UserRoleIdList";
/**
* 用户角色名称列表
* 角色部门列表
*/
String USER_ROLE_NAME_LIST = "UserRoleNameList";
String ROLE_DEPT_ID_LIST = "RoleDeptIdList";
}