修改了用户信息获取方式

This commit is contained in:
ajaxfan
2021-01-28 15:13:37 +08:00
parent d0f511187f
commit e8be1e1902
3 changed files with 3 additions and 17 deletions

View File

@ -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;
}