满减活动
This commit is contained in:
@@ -54,6 +54,10 @@ public class ShopInfoEditDTO {
|
|||||||
* 是否开启会员余额支付
|
* 是否开启会员余额支付
|
||||||
*/
|
*/
|
||||||
private Integer isAccountPay;
|
private Integer isAccountPay;
|
||||||
|
/**
|
||||||
|
* 是否启用满减活动 1-是 0-否
|
||||||
|
*/
|
||||||
|
private Integer isEnableDiscount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 台桌预订短信
|
* 台桌预订短信
|
||||||
|
|||||||
@@ -43,8 +43,8 @@ public class ShopConfig implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Integer isEnableConsSync;
|
private Integer isEnableConsSync;
|
||||||
/**
|
/**
|
||||||
* 是否启用新客立减 1-是 0-否
|
* 是否启用满减活动 1-是 0-否
|
||||||
*/
|
*/
|
||||||
private Integer isEnableDiscount;
|
private Integer isEnableDiscount;
|
||||||
/**
|
/**
|
||||||
* 是否允许账号登录 1-是 0-否
|
* 是否允许账号登录 1-是 0-否
|
||||||
|
|||||||
Reference in New Issue
Block a user