mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-26 16:26:41 +08:00
Merge remote-tracking branch 'origin/springboot3' into springboot3-satoken
This commit is contained in:
@ -21,6 +21,13 @@ public class SysUserSysDepPostModel {
|
||||
* 用户ID
|
||||
*/
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 登录账号
|
||||
*/
|
||||
@Excel(name = "登录账号", width = 15)
|
||||
private String username;
|
||||
|
||||
/* 真实姓名 */
|
||||
private String realname;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user