From e7f1101b9c73ba39ac56b00ee79f7653c147cd92 Mon Sep 17 00:00:00 2001 From: liulei <1024028220@qq.com> Date: Thu, 22 Sep 2022 20:44:28 +0800 Subject: [PATCH] 1 --- 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 f31c1dfb8..01982af89 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -306,7 +306,7 @@ type Store struct { ModelIDCULD RowID int64 `json:"rowID"` //标识这条数据(抖店用) - StoreCode string `json:"storeCode"` //门店编码(抖店用) + //StoreCode string `json:"storeCode"` //门店编码(抖店用) //OpenTime map[int64]string `json:"openTime"` //营业时间(抖店用) OriginalName string `orm:"-" json:"originalName"` Name string `orm:"size(255)" json:"name"`