This commit is contained in:
2025-12-06 14:49:46 +08:00
parent 68c91b4ba3
commit 39579ff75f
63 changed files with 20089 additions and 53 deletions

View File

@@ -20,8 +20,8 @@ public class TbSysUserDTO extends BaseDTO {
@Schema(description = "用户ID")
private String userId;
@Schema(description = "用户")
private String username;
@Schema(description = "用户编码")
private String usercode;
@Schema(description = "密码")
private String password;

View File

@@ -26,14 +26,8 @@ public class TbSysUserInfoDTO extends BaseDTO {
@Schema(description = "性别")
private Integer gender;
@Schema(description = "")
private String familyName;
@Schema(description = "")
private String givenName;
@Schema(description = "全名")
private String fullName;
@Schema(description = "用户名称")
private String username;
@Schema(description = "等级")
private Integer level;