refactor: 移除用户认证信息的 perms 字段(接口鉴权根据全局角色权限规则的缓存和用户角色校验)
This commit is contained in:
@@ -48,11 +48,6 @@ public class UserAuthInfo {
|
||||
*/
|
||||
private Set<String> roles;
|
||||
|
||||
/**
|
||||
* 用户拥有的权限集合
|
||||
*/
|
||||
private Set<String> perms;
|
||||
|
||||
/**
|
||||
* 数据权限范围,用于控制用户可以访问的数据级别
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user