Revert "fix bug 6656"

This reverts commit 19c77a6c64.
This commit is contained in:
sxu 2025-07-02 17:51:21 +08:00
parent 19c77a6c64
commit 3df796d50d
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; private String userName;
/** /**