This commit is contained in:
suyl
2021-08-13 14:05:04 +08:00
parent d23b51252e
commit 49b9213c52

View File

@@ -261,7 +261,7 @@ func (*StoreSkuAct) TableUnique() [][]string {
}
type ActMtwmVendor struct {
ModelIDCUL
ModelIDCULD
StoreID int `orm:"column(store_id)" json:"storeID"`
SkuID int `orm:"column(sku_id);index" json:"skuID"`
VendorStoreID string `orm:"column(vendor_store_id)" json:"vendorStoreID"`