店铺主表字段变动
This commit is contained in:
parent
89f57add06
commit
0197efb7e7
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue