parent
3df796d50d
commit
226e906d90
|
|
@ -52,13 +52,13 @@ public class SysUser extends BaseEntity {
|
|||
/**
|
||||
* 用户账号
|
||||
*/
|
||||
@Excel(name = "用户名称")
|
||||
@Excel(name = "登录名称")
|
||||
private String userName;
|
||||
|
||||
/**
|
||||
* 用户昵称
|
||||
*/
|
||||
@Excel(name = "用户昵称")
|
||||
@Excel(name = "用户名称")
|
||||
private String nickName;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue