Merge remote-tracking branch 'origin/master'

This commit is contained in:
张松 2025-04-07 10:59:14 +08:00
commit 21bb4968ca
1 changed files with 5 additions and 6 deletions

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;
}