Fix some team project bugs

This commit is contained in:
JiaJu Zhuang
2023-09-09 16:32:15 +08:00
parent f4c3f09c53
commit a119b0d806
3 changed files with 21 additions and 2 deletions

View File

@ -37,4 +37,11 @@ public class LoginUser implements Serializable {
* Is it an administrator
*/
private Boolean admin;
/**
* 角色编码
*
* @see RoleCodeEnum
*/
private String roleCode;
}