商家是否会员支付控制
登录获取手机号报错问题 团购卷会员卡支付 个人中心 客服电话
This commit is contained in:
@@ -102,6 +102,7 @@ public class TbShopInfo implements Serializable {
|
||||
*/
|
||||
private String shopQrcode;
|
||||
private String isOpenYhq;
|
||||
private Byte isUseVip;
|
||||
/**
|
||||
* 商户标签
|
||||
*/
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -55,6 +55,7 @@ public class GroupOrderDetailsVo {
|
||||
* 商家名称
|
||||
*/
|
||||
private String shopName;
|
||||
private Byte isUseVip;
|
||||
/**
|
||||
* 商家电话
|
||||
*/
|
||||
|
||||
@@ -8,6 +8,7 @@ import java.math.BigDecimal;
|
||||
public class OrderConfirmVo {
|
||||
private String proId;
|
||||
private String shopId;
|
||||
private Byte isUseVip;
|
||||
/**
|
||||
* 商品图片
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user