同一个页面只能一个人编辑
This commit is contained in:
@@ -49,6 +49,11 @@ public class DocUserDetails {
|
||||
this.authorities = authorities;
|
||||
}
|
||||
|
||||
public DocUserDetails(Long userId, String username) {
|
||||
this.userId = userId;
|
||||
this.username = username;
|
||||
}
|
||||
|
||||
public DocUserDetails(Long userId, String username, String password, boolean enabled) {
|
||||
super();
|
||||
this.userId = userId;
|
||||
|
||||
Reference in New Issue
Block a user