This commit is contained in:
hucs
2024-06-25 10:52:23 +08:00
parent 92202fccf7
commit a2b8fe53d2
5 changed files with 50 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ public class LoginUser implements UserDetails {
*/
private Integer tenantStatus;
// 当前角色
private String currentRole;
@Override
public Collection<? extends GrantedAuthority> getAuthorities() {
return null;