init
This commit is contained in:
@@ -7,6 +7,10 @@ import java.time.LocalDate;
|
||||
|
||||
@Data
|
||||
public class HomeUserListVo {
|
||||
@Schema(description = "是否开通VIP")
|
||||
private Boolean openVip = false;
|
||||
@Schema(description = "已开通的VIP类型")
|
||||
private Integer vipType;
|
||||
@Schema(description = "用户ID")
|
||||
private Long userId;
|
||||
@Schema(description = "用户头像")
|
||||
|
||||
Reference in New Issue
Block a user