config info
This commit is contained in:
@@ -54,6 +54,10 @@ public class ShopInfoEditDTO {
|
||||
* 是否开启会员余额支付
|
||||
*/
|
||||
private Integer isAccountPay;
|
||||
/**
|
||||
* 是否允许用户支付
|
||||
*/
|
||||
private Integer isUserPay;
|
||||
/**
|
||||
* 是否启用满减活动 1-是 0-否
|
||||
*/
|
||||
|
||||
@@ -312,6 +312,11 @@ public class ShopInfo implements Serializable {
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer isAccountPay;
|
||||
/**
|
||||
* 是否允许用户支付
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer isUserPay;
|
||||
/**
|
||||
* 主店名称
|
||||
*/
|
||||
|
||||
@@ -57,6 +57,11 @@ public class ShopTable implements Serializable {
|
||||
*/
|
||||
private Integer areaId;
|
||||
|
||||
/**
|
||||
* 区域名称
|
||||
*/
|
||||
private String areaName;
|
||||
|
||||
/**
|
||||
* 是否接受网络预定
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user