Merge remote-tracking branch 'origin/springboot3' into springboot3-satoken

This commit is contained in:
JEECG
2025-11-10 15:58:23 +08:00
4 changed files with 16 additions and 3 deletions

View File

@ -21,6 +21,13 @@ public class SysUserSysDepPostModel {
* 用户ID
*/
private String id;
/**
* 登录账号
*/
@Excel(name = "登录账号", width = 15)
private String username;
/* 真实姓名 */
private String realname;