fix bug 6656

This commit is contained in:
sxu 2025-07-02 17:45:13 +08:00
parent 563001a6b1
commit 816fb0a0d7
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;
/**