Revert "fix bug 6656"

This reverts commit 816fb0a0d7.
This commit is contained in:
sxu 2025-07-02 17:51:37 +08:00
parent 3df796d50d
commit 226e906d90
1 changed files with 2 additions and 2 deletions

View File

@ -52,13 +52,13 @@ public class SysUser extends BaseEntity {
/**
* 用户账号
*/
@Excel(name = "用户名称")
@Excel(name = "登录名称")
private String userName;
/**
* 用户昵称
*/
@Excel(name = "用户")
@Excel(name = "用户")
private String nickName;
/**