fix bug 6656

This commit is contained in:
sxu 2025-07-02 17:48:28 +08:00
parent 816fb0a0d7
commit 19c77a6c64
1 changed files with 1 additions and 1 deletions

View File

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