This commit is contained in:
limqhz
2022-05-14 01:14:16 +08:00
parent a3df75bd66
commit 9e1dd3af77
31 changed files with 625 additions and 2240 deletions

View File

@@ -34,6 +34,9 @@ public class Invite implements Serializable {
@ApiModelProperty(value = "用户id")
private String uid;
@ApiModelProperty(value = "申请邮箱")
private String applyEmail;
@ApiModelProperty(value = "状态 0 未使用 1 使用")
private Integer status;