forked from github/dataease
fix(UserGridVO): fixed Schema enable & phone & phonePrefix
This commit is contained in:
parent
6dbd7d92e8
commit
984dd39dcc
@ -22,7 +22,11 @@ public class UserGridVO {
|
||||
private List<UserGridRoleItem> roleItems;
|
||||
@Schema(description = "邮箱")
|
||||
private String email;
|
||||
@Schema(description = "电话前缀")
|
||||
private String phonePrefix;
|
||||
@Schema(description = "电话")
|
||||
private String phone;
|
||||
@Schema(description = "状态")
|
||||
private Boolean enable;
|
||||
@Schema(description = "创建时间")
|
||||
private Long createTime;
|
||||
|
Loading…
Reference in New Issue
Block a user