合并饿鲜达商品库并刷新分类

This commit is contained in:
苏尹岚
2020-02-21 13:30:34 +08:00
parent 1088d9c50f
commit f98dae15f9
5 changed files with 109 additions and 205 deletions

View File

@@ -250,7 +250,6 @@ type SkuAndName struct {
ActPrice int `json:"actPrice"`
ActID int `orm:"column(act_id)" json:"actID"`
ActType int `orm:"column(act_type)" json:"actType"`
RealCategoryID int `orm:"column(real_category_id)" json:"realCategoryID"`
EarningPrice int `json:"earningPrice"`
EarningActID int `orm:"column(earning_act_id)" json:"earningActID"`