This commit is contained in:
richboo111
2022-10-28 14:10:00 +08:00
parent d58e85b8d9
commit 0e453775de
2 changed files with 2 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ type SkuCategory struct {
Type int8 `json:"type"` // 类别类型,即是普通类别还是特殊用于做活动的类别
Seq int `json:"seq"`
IsHidden int `orm:"column(is_hidden);default(1)" json:"isHidden"` //分类是否隐藏
JdCategoryID int64 `orm:"column(jd_category_id)" json:"jdCategoryID"` // 这个是指对应的京东商品类别
EbaiCategoryID int64 `orm:"column(ebai_category_id)" json:"ebaiCategoryID"` // 这个是指对应的饿百商品类别
MtwmCategoryID int64 `orm:"column(mtwm_category_id)" json:"mtwmCategoryID"` // 这个是指对应的美团外卖商品类别

View File

@@ -426,7 +426,7 @@ func CreateFreightTemplate(storeCode int) (int64, error) {
return resp.TemplateId, nil
}
// /warehouse/setFence 修改运费模板
// /freightTemplate/update 修改运费模板
func UpdateFreightTemplate(storeCode int) error {
var (
columns []freightTemplate_update_request.ColumnsItem