This commit is contained in:
77
2024-03-18 21:13:35 +08:00
parent 02e8ea8f2f
commit 6fa752d8a8
6 changed files with 52 additions and 0 deletions

View File

@@ -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 = "用户头像")