diff --git a/business/model/store.go b/business/model/store.go index 38aaf1b88..d032746a8 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -679,7 +679,7 @@ type StoreCategoryMap struct { ModelIDCULD StoreID int `orm:"column(store_id)" json:"storeID"` CategoryID int `orm:"column(category_id)" json:"categoryID"` // 这个是指对应的sku_category - StoreCategoryName string `orm:"size(255)" json:"storeCategoryName"` // 门店类别单独的名字 + StoreCategoryName string `orm:"size(255)" json:"name"` // 门店类别单独的名字 StoreCategorySeq int `orm:"default(0)" json:"storeCategorySeq"` // 门店类别单独的序号 Level int `json:"level"` // 门店类别单独的等级 ParentID int `orm:"column(parent_id)" json:"parentID"` //门店类别父ID,和sku_category一致