This commit is contained in:
2022-09-25 17:57:22 +08:00
parent e7f1101b9c
commit c2173838f0

View File

@@ -305,7 +305,7 @@ var (
type Store struct {
ModelIDCULD
RowID int64 `json:"rowID"` //标识这条数据(抖店用)
//RowID int64 `json:"rowID"` //标识这条数据(抖店用)
//StoreCode string `json:"storeCode"` //门店编码(抖店用)
//OpenTime map[int64]string `json:"openTime"` //营业时间(抖店用)
OriginalName string `orm:"-" json:"originalName"`