饿鲜达商品新建分类处理
This commit is contained in:
@@ -63,10 +63,11 @@ type StoreSkuSyncInfo struct {
|
||||
BindDeletedAt time.Time `orm:"type(datetime)" json:"bindDeletedAt"`
|
||||
|
||||
model.Sku
|
||||
ExdSkuID string `orm:"column(exd_sku_id)"`
|
||||
ExdSkuName string
|
||||
ExdUpc int
|
||||
StoreName string
|
||||
ExdSkuID string `orm:"column(exd_sku_id)"`
|
||||
ExdSkuName string
|
||||
ExdUpc int
|
||||
ExdCategoryThirdID int `orm:"column(exd_category_third_id)"`
|
||||
StoreName string
|
||||
|
||||
// sku_name
|
||||
Prefix string
|
||||
|
||||
Reference in New Issue
Block a user