This commit is contained in:
gazebo
2019-08-14 13:57:12 +08:00
parent bc6a5e9400
commit d3ed741016
3 changed files with 18 additions and 6 deletions

View File

@@ -106,6 +106,11 @@ type StoreSkuBind struct {
MtwmSyncStatus int8 `orm:"default(2)"`
WscSyncStatus int8 `orm:"default(2)"`
// JdPrice int `json:"jdPrice"`
// EbaiPrice int `json:"ebaiPrice"`
// MtwmPrice int `json:"mtwmPrice"`
// WscPrice int `json:"wscPrice"`
AutoSaleAt time.Time `orm:"type(datetime);null" json:"autoSaleAt"`
}