123
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user