This commit is contained in:
张良(004796)
2024-04-23 20:16:04 +08:00
parent a5f9adfb3c
commit 0b977925f9
10 changed files with 62 additions and 39 deletions

View File

@@ -75,11 +75,11 @@ public class CurrentUserInfoVo {
@Schema(description = "是否开通VIP")
private Boolean openVip = false;
@Schema(description = "vip等级")
/**
* 还没有实现 TODO
*/
@Schema(description = "vip等级",hidden = true)
private Integer vipType;
@Schema(description = "vip到期时间")
private LocalDateTime vipTimeout;
/**
* 收益的余额
*/