登录用户信息增加realName字段

pull/30/head
叶星 2022-07-03 15:53:54 +08:00
parent 891ec117ee
commit ee65c3cd82
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ public class IndexUserInfoV3 {
@ChineseDescription("账号")
private String username;
/**
*
*/
@ChineseDescription("姓名")
private String realName;
/**
*
*/