mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 08:21:09 +08:00
feat: 行权限白名单在姓名后增加账号用来区别同名用户 #17298
This commit is contained in:
@@ -19,4 +19,6 @@ public class UserItem implements Serializable {
|
||||
private Long id;
|
||||
@Schema(description = "用户名称")
|
||||
private String name;
|
||||
@Schema(description = "账号")
|
||||
private String account;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user