饿鲜达商品新建分类处理

This commit is contained in:
苏尹岚
2020-02-11 17:18:23 +08:00
parent 958e0831a6
commit 426aef5f91
2 changed files with 10 additions and 7 deletions

View File

@@ -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