添加用户微信账号
This commit is contained in:
parent
183fc89a7f
commit
c22cce2106
|
|
@ -44,6 +44,10 @@ public class TbUserSingle extends BaseEntity
|
||||||
@ApiModelProperty(value = "昵称")
|
@ApiModelProperty(value = "昵称")
|
||||||
private String nickName;
|
private String nickName;
|
||||||
|
|
||||||
|
@Excel(name = "微信账号")
|
||||||
|
@ApiModelProperty(value = "微信账号")
|
||||||
|
private String wxNumber;
|
||||||
|
|
||||||
/** 真实姓名 */
|
/** 真实姓名 */
|
||||||
@Excel(name = "真实姓名")
|
@Excel(name = "真实姓名")
|
||||||
@ApiModelProperty(value = "真实姓名")
|
@ApiModelProperty(value = "真实姓名")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue