init
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 收益的余额
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user