商家是否会员支付控制

登录获取手机号报错问题
团购卷会员卡支付
个人中心 客服电话
This commit is contained in:
2024-05-27 09:43:03 +08:00
parent 76543f2360
commit 756a9aa2fe
12 changed files with 228 additions and 181 deletions

View File

@@ -102,6 +102,7 @@ public class TbShopInfo implements Serializable {
*/
private String shopQrcode;
private String isOpenYhq;
private Byte isUseVip;
/**
* 商户标签
*/

View File

@@ -101,6 +101,8 @@ public class TbUserInfo implements Serializable {
private String pwd;
private String custPhone="400-6666-389";
public String getAvatar() {
return avatar;
@@ -110,6 +112,14 @@ public class TbUserInfo implements Serializable {
this.avatar = avatar;
}
public String getCustPhone() {
return custPhone;
}
public void setCustPhone(String custPhone) {
this.custPhone = custPhone;
}
private static final long serialVersionUID = 1L;
public Integer getId() {

View File

@@ -55,6 +55,7 @@ public class GroupOrderDetailsVo {
* 商家名称
*/
private String shopName;
private Byte isUseVip;
/**
* 商家电话
*/

View File

@@ -8,6 +8,7 @@ import java.math.BigDecimal;
public class OrderConfirmVo {
private String proId;
private String shopId;
private Byte isUseVip;
/**
* 商品图片
*/