Merge remote-tracking branch 'origin/master'

This commit is contained in:
张松
2025-04-07 10:59:14 +08:00

View File

@@ -236,7 +236,10 @@ public class ShopInfo implements Serializable {
* 税率 * 税率
*/ */
private String taxAmount; private String taxAmount;
/**
* 是否主店 1-是 0-否
*/
private Integer isHeadShop;
/** /**
* 是否启用商品同步 1-是 0-否 * 是否启用商品同步 1-是 0-否
*/ */
@@ -292,9 +295,5 @@ public class ShopInfo implements Serializable {
*/ */
@Column(ignore = true) @Column(ignore = true)
private Integer isAccountPay; private Integer isAccountPay;
/**
* 是否主店 1-是 0-否
*/
@Column(ignore = true)
private Integer isHeadShop;
} }