update 优化 登录用户增加昵称返回

This commit is contained in:
疯狂的狮子Li
2023-08-07 18:24:46 +08:00
parent 49f20f7d9f
commit 58e7849fc4
3 changed files with 7 additions and 0 deletions

View File

@ -97,6 +97,11 @@ public class LoginUser implements Serializable {
*/
private String username;
/**
* 用户昵称
*/
private String nickname;
/**
* 角色对象
*/