update LoginUser.java 增加是否管理员字段

This commit is contained in:
lijiarao
2024-02-04 09:44:46 +08:00
parent 48c972077a
commit e3f15c4a39
3 changed files with 13 additions and 3 deletions
@@ -122,4 +122,9 @@ public class LoginUser {
return this.realname + "(" + this.username + ")";
}
/**
* 根据配置文件中的adminRoleCode判断
*/
private Boolean isAdmin;
}