mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-24 15:00:09 +08:00
refactor: 用户角色名称调整为角色名称列表返回,并全局优化 Crane4j 组件的使用方式
This commit is contained in:
@@ -37,14 +37,9 @@ public class ContainerConstants extends ContainerPool {
|
||||
public static final String USER_ROLE_ID_LIST = "UserRoleIdList";
|
||||
|
||||
/**
|
||||
* 角色部门列表
|
||||
* 用户角色名称列表
|
||||
*/
|
||||
public static final String ROLE_DEPT_ID_LIST = "RoleDeptIdList";
|
||||
|
||||
/**
|
||||
* 在线用户最后活跃时间
|
||||
*/
|
||||
public static final String ONLINE_USER_LAST_ACTIVE_TIME = "OnlineUserLastActiveTime";
|
||||
public static final String USER_ROLE_NAME_LIST = "UserRoleNameList";
|
||||
|
||||
private ContainerConstants() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user