店铺主表字段变动

This commit is contained in:
Tankaikai
2025-04-07 10:56:29 +08:00
parent 89f57add06
commit 0197efb7e7

View File

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