feat: 行权限白名单在姓名后增加账号用来区别同名用户 #17298

This commit is contained in:
taojinlong
2025-11-03 16:58:44 +08:00
committed by taojinlong
parent 5ff2251145
commit 594ccf07c9

View File

@@ -19,4 +19,6 @@ public class UserItem implements Serializable {
private Long id;
@Schema(description = "用户名称")
private String name;
@Schema(description = "账号")
private String account;
}