From 3e0707e6a70d0454d0017886107b3aa55f2b6a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 26 Jan 2021 15:51:01 +0800 Subject: [PATCH] aa --- business/model/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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一致