This commit is contained in:
张良(004796)
2024-01-17 15:40:13 +08:00
parent d8f0845518
commit 30898f99e8

View File

@@ -22,6 +22,4 @@ public class CaiRegisterUser {
private String code;
@Schema(description = "邀请人ID")
private Long inviteId;
@Schema(description = "性别")
private Integer gender = 0;
}