This commit is contained in:
2022-09-22 20:44:28 +08:00
parent 58d3488d10
commit e7f1101b9c

View File

@@ -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"`