mirror of https://gitee.com/stylefeng/roses
登录用户信息增加realName字段
parent
891ec117ee
commit
ee65c3cd82
|
@ -52,6 +52,13 @@ public class IndexUserInfoV3 {
|
|||
@ChineseDescription("账号")
|
||||
private String username;
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
*/
|
||||
@ChineseDescription("姓名")
|
||||
private String realName;
|
||||
|
||||
|
||||
/**
|
||||
* 昵称
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue