1
This commit is contained in:
@@ -306,7 +306,7 @@ type Store struct {
|
|||||||
ModelIDCULD
|
ModelIDCULD
|
||||||
|
|
||||||
RowID int64 `json:"rowID"` //标识这条数据(抖店用)
|
RowID int64 `json:"rowID"` //标识这条数据(抖店用)
|
||||||
StoreCode string `json:"storeCode"` //门店编码(抖店用)
|
//StoreCode string `json:"storeCode"` //门店编码(抖店用)
|
||||||
//OpenTime map[int64]string `json:"openTime"` //营业时间(抖店用)
|
//OpenTime map[int64]string `json:"openTime"` //营业时间(抖店用)
|
||||||
OriginalName string `orm:"-" json:"originalName"`
|
OriginalName string `orm:"-" json:"originalName"`
|
||||||
Name string `orm:"size(255)" json:"name"`
|
Name string `orm:"size(255)" json:"name"`
|
||||||
|
|||||||
Reference in New Issue
Block a user