update LoginUser.java 增加是否管理员字段
This commit is contained in:
@@ -122,4 +122,9 @@ public class LoginUser {
|
||||
return this.realname + "(" + this.username + ")";
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据配置文件中的adminRoleCode判断
|
||||
*/
|
||||
private Boolean isAdmin;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user