123
This commit is contained in:
@@ -10,8 +10,8 @@ import java.time.LocalDateTime;
|
||||
public class UserUpdateReq {
|
||||
@Schema(description = "用户ID",hidden = true)
|
||||
private Long userId;
|
||||
@Schema(description = "邀请人ID")
|
||||
private Long inviteId;
|
||||
@Schema(description = "邀请人用户编号")
|
||||
private String inviteId;
|
||||
@Schema(description = "城市")
|
||||
private Integer cityId;
|
||||
@Schema(description = "昵称")
|
||||
|
||||
@@ -5,5 +5,5 @@ import lombok.Data;
|
||||
@Data
|
||||
public class InviteIgnoreData {
|
||||
private Long userId;
|
||||
private Long inviteId;
|
||||
private String inviteId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user