修改security中实体结构,增加roleScope属性
This commit is contained in:
@ -6,10 +6,11 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AuthorityEntity {
|
||||
|
||||
|
||||
private String roleId;
|
||||
private String roleName;
|
||||
private String roleCode;
|
||||
private String roleId;
|
||||
private String roleScope;
|
||||
private List<String> authorities;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user