fix bug 6656
This commit is contained in:
parent
563001a6b1
commit
816fb0a0d7
|
|
@ -52,13 +52,13 @@ public class SysUser extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 用户账号
|
* 用户账号
|
||||||
*/
|
*/
|
||||||
@Excel(name = "登录名称")
|
@Excel(name = "用户名称")
|
||||||
private String userName;
|
private String userName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用户昵称
|
* 用户昵称
|
||||||
*/
|
*/
|
||||||
@Excel(name = "用户名称")
|
@Excel(name = "用户昵称")
|
||||||
private String nickName;
|
private String nickName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue