mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
Fix some team project bugs
This commit is contained in:
@ -37,4 +37,11 @@ public class LoginUser implements Serializable {
|
||||
* Is it an administrator
|
||||
*/
|
||||
private Boolean admin;
|
||||
|
||||
/**
|
||||
* 角色编码
|
||||
*
|
||||
* @see RoleCodeEnum
|
||||
*/
|
||||
private String roleCode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user