饿鲜达商品库合并

This commit is contained in:
苏尹岚
2020-02-20 17:36:39 +08:00
parent ae862fd7a6
commit ab744bc6fb
3 changed files with 156 additions and 73 deletions

View File

@@ -250,6 +250,7 @@ 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"`