修改了用户信息获取方式
This commit is contained in:
@ -7,8 +7,10 @@ import lombok.Data;
|
||||
@Data
|
||||
public class AuthorityEntity {
|
||||
|
||||
private String roleId;
|
||||
private String roleName;
|
||||
private String roleCode;
|
||||
private String roleScope;
|
||||
private List<String> authorities;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user