服务启动
This commit is contained in:
@@ -29,9 +29,12 @@ public class TbSysUserDTO extends BaseDTO {
|
||||
@Schema(description = "邮箱")
|
||||
private String email;
|
||||
|
||||
@Schema(description = "手机")
|
||||
@Schema(description = "手机(加密)")
|
||||
private String phone;
|
||||
|
||||
@Schema(description = "手机号哈希")
|
||||
private String phone_hash;
|
||||
|
||||
@Schema(description = "微信ID")
|
||||
private String wechatId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user