是否允许用户支付

This commit is contained in:
gong
2026-03-28 14:01:28 +08:00
parent f4a850a4cb
commit a67354343c
2 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ public class ShopConfigDTO implements Serializable {
* 是否允许会员余额支付 1-是 0-否 * 是否允许会员余额支付 1-是 0-否
*/ */
private Integer isAccountPay; private Integer isAccountPay;
/**
* 是否允许用户支付
*/
private Integer isUserPay;
/** /**
* 分店数据同步方式 auto-自动同步 manual-手动同步 * 分店数据同步方式 auto-自动同步 manual-手动同步
*/ */

View File

@@ -88,6 +88,10 @@ public class ShopConfig implements Serializable {
* 是否允许会员余额支付 1-是 0-否 * 是否允许会员余额支付 1-是 0-否
*/ */
private Integer isAccountPay; private Integer isAccountPay;
/**
* 是否允许用户支付
*/
private Integer isUserPay;
/** /**
* 分店数据同步方式 auto-自动同步 manual-手动同步 * 分店数据同步方式 auto-自动同步 manual-手动同步
*/ */