|
@@ -54,6 +54,12 @@ public class UserInfo extends BaseBusinessEntity{
|
|
@ApiModelProperty(value = "app昵称")
|
|
@ApiModelProperty(value = "app昵称")
|
|
private String nickName;
|
|
private String nickName;
|
|
|
|
|
|
|
|
+ /** app昵称 */
|
|
|
|
+ @Excel(name = "真实姓名")
|
|
|
|
+ @TableField("real_name")
|
|
|
|
+ @ApiModelProperty(value = "真实姓名")
|
|
|
|
+ private String realName;
|
|
|
|
+
|
|
|
|
|
|
/** 微信openid */
|
|
/** 微信openid */
|
|
@Excel(name = "微信openid")
|
|
@Excel(name = "微信openid")
|