菜单 子集
存酒 购买须知 团购商品 用户列表
This commit is contained in:
@@ -228,7 +228,9 @@ public class TbShopInfo implements Serializable {
|
||||
@Column(name = "is_open_yhq")
|
||||
@ApiModelProperty(value = "是否参与优惠券活动 true false")
|
||||
private String isOpenYhq;
|
||||
|
||||
@Column(name = "is_use_vip")
|
||||
@ApiModelProperty(value = "是否支持会员支付 0否1是")
|
||||
private Integer isUseVip;
|
||||
@Column(name = "shop_qrcode")
|
||||
@ApiModelProperty(value = "商家二维码")
|
||||
private String shopQrcode;
|
||||
|
||||
@@ -51,6 +51,10 @@ public class TbShopStorage implements Serializable {
|
||||
@ApiModelProperty(value = "用户Id")
|
||||
private Integer userid;
|
||||
|
||||
@Column(name = "`head_img`")
|
||||
@ApiModelProperty(value = "用户头像")
|
||||
private String headImg;
|
||||
|
||||
@Column(name = "`nick_name`")
|
||||
@ApiModelProperty(value = "用户昵称")
|
||||
private String nickname;
|
||||
|
||||
Reference in New Issue
Block a user