是否允许用户支付
This commit is contained in:
@@ -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-手动同步
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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-手动同步
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user