账户添加userCode
This commit is contained in:
parent
71efdfb07c
commit
85350fb40b
|
|
@ -20,6 +20,8 @@ public class AccInfoDetailsVO {
|
|||
@ApiModelProperty("用户姓名")
|
||||
@Excel(name = "用户姓名")
|
||||
private String nickName;
|
||||
@Excel(name = "用户编号")
|
||||
private String userCode;
|
||||
@ApiModelProperty("用户手机号")
|
||||
@Excel(name = "用户手机号")
|
||||
private String phoneNumber;
|
||||
|
|
|
|||
|
|
@ -238,6 +238,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
t1.account_id,
|
||||
t2.user_id,
|
||||
t2.nick_name,
|
||||
t2.user_code as userCode,
|
||||
t2.phonenumber as phoneNumber,
|
||||
t6.dept_name,
|
||||
t6.dept_full_name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue