满减活动

This commit is contained in:
2025-10-17 14:09:28 +08:00
parent a095f7dc73
commit f9e7387c85
2 changed files with 6 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ public class ShopInfoEditDTO {
* 是否开启会员余额支付 * 是否开启会员余额支付
*/ */
private Integer isAccountPay; private Integer isAccountPay;
/**
* 是否启用满减活动 1-是 0-否
*/
private Integer isEnableDiscount;
/** /**
* 台桌预订短信 * 台桌预订短信

View File

@@ -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-否