- 新同步逻辑调整,京东还有问题
This commit is contained in:
@@ -37,9 +37,8 @@ type StoreSkuSyncInfo struct {
|
||||
StoreID int `orm:"column(store_id)"`
|
||||
SkuID int `orm:"column(sku_id)"` // 这个与Sku.ID的区别是SkuID是必然存在的
|
||||
|
||||
Price int64
|
||||
UnitPrice int64
|
||||
VendorPrice int64
|
||||
Price int64
|
||||
UnitPrice int64
|
||||
|
||||
// 平台相关的store sku信息
|
||||
StoreSkuStatus int
|
||||
@@ -73,6 +72,10 @@ type StoreSkuSyncInfo struct {
|
||||
VendorCatID string `orm:"column(vendor_cat_id)"`
|
||||
|
||||
CatPricePercentage int
|
||||
|
||||
VendorPrice int64
|
||||
MergedStatus int
|
||||
SkuName string
|
||||
}
|
||||
|
||||
type MissingStoreSkuInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user