mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-04 22:57:12 +08:00
style: 优化登录用户信息角色相关信息命名
1.roles => roleCodes 2.roleSet => roles
This commit is contained in:
@@ -60,12 +60,12 @@ public class LoginUser implements Serializable {
|
||||
/**
|
||||
* 角色编码集合
|
||||
*/
|
||||
private Set<String> roles;
|
||||
private Set<String> roleCodes;
|
||||
|
||||
/**
|
||||
* 角色集合
|
||||
*/
|
||||
private Set<RoleDTO> roleSet;
|
||||
private Set<RoleDTO> roles;
|
||||
|
||||
/**
|
||||
* 令牌
|
||||
|
||||
Reference in New Issue
Block a user