- SkuCategory下添加调价比例:JdPricePercentage,EbaiPricePercentage,MtwmPricePercentage
This commit is contained in:
@@ -131,6 +131,11 @@ type SkuCategory struct {
|
||||
Type int8 `json:"type"` // 类别类型,即是普通类别还是特殊用于做活动的类别
|
||||
Seq int `json:"seq"`
|
||||
|
||||
JdPricePercentage int16 `orm:"default(100)" json:"jdPricePercentage"`
|
||||
EbaiPricePercentage int16 `orm:"default(100)" json:"ebaiPricePercentage"`
|
||||
MtwmPricePercentage int16 `orm:"default(100)" json:"mtwmPricePercentage"`
|
||||
WscPricePercentage int16 `orm:"default(100)" json:"wscPricePercentage"`
|
||||
|
||||
JdCategoryID int64 `orm:"column(jd_category_id)" json:"jdCategoryID"` // 这个是指对应的京东商品类别
|
||||
ElmCategoryID int64 `orm:"column(elm_category_id)" json:"elmCategoryID"` // 这个是指对应的饿了么商品类别
|
||||
EbaiCategoryID int64 `orm:"column(ebai_category_id)" json:"ebaiCategoryID"` // 这个是指对应的饿百商品类别
|
||||
|
||||
Reference in New Issue
Block a user