服务启动

This commit is contained in:
2025-12-05 15:34:02 +08:00
parent ab8be1a832
commit a8233ceb72
55 changed files with 2886 additions and 494 deletions

View File

@@ -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;