增加了当前角色

This commit is contained in:
ajaxfan
2021-03-05 09:55:58 +08:00
parent a6e9301c4d
commit 5e59749ad5
5 changed files with 16 additions and 5 deletions

View File

@ -146,6 +146,11 @@ public class BaseCacheUser {
*/
private Integer positionId;
/**
* 当前用户角色
*/
private String currentRoleCode;
/**
* 用户角色列表
*/