This commit is contained in:
77
2024-11-25 20:54:47 +08:00
parent 904dbbe37b
commit bdab2ad8f3
3 changed files with 23 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ public class MemberInfoVo {
private String expireTimeStr;
@Schema(description = "是否开通会员")
private Integer on;
@Schema(description = "是否显示支付宝支付 1-显示 0-隐藏")
private Integer hasAlipayPay = 1;
@Schema(description = "是否显示支付宝支付 1-显示 0-隐藏")
private Integer hasWechatPay = 1;
private String bannerPic = "images/member/vip_banner.gif";