Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
时空开放平台
spatiotemporal-web-core
Commits
5c3dddb7
Commit
5c3dddb7
authored
Jul 18, 2024
by
吕伟
Browse files
权限集合
parent
83eb29f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/cn/spatiotemporal/web/core/domain/entity/admin/User.java
View file @
5c3dddb7
...
...
@@ -57,11 +57,11 @@ public class User extends CommonEntity implements Serializable, UserDetails, Cre
@TableField
(
"is_enabled"
)
private
boolean
enabled
;
private
transient
List
<
String
>
roles
;
private
List
<
String
>
roles
;
private
transient
List
<
Authority
>
authorities
;
private
List
<
Authority
>
authorities
;
private
transient
List
<
String
>
permissions
;
private
List
<
String
>
permissions
;
private
String
realName
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment