This commit is contained in:
邹宗楠
2022-05-16 09:44:38 +08:00
parent 3ae5b7290c
commit b5bad1cdd7

View File

@@ -123,7 +123,7 @@ type StoreSkuBind struct {
JxPrice int `json:"jxPrice"`
YbPrice int `json:"ybPrice"`
JdsPrice int `json:"jdsPrice"`
GmPrice int `json:"gmPrice"`
//GmPrice int `json:"gmPrice"`
JdLockTime *time.Time `orm:"null" json:"jdLockTime"`
JdsLockTime *time.Time `orm:"null" json:"jdsLockTime"`
@@ -131,7 +131,7 @@ type StoreSkuBind struct {
EbaiLockTime *time.Time `orm:"null" json:"ebaiLockTime"`
JxLockTime *time.Time `orm:"null" json:"jxLockTime"`
YbLockTime *time.Time `orm:"null" json:"ybLockTime"`
GmLockTime *time.Time `orm:"null" json:"gmLockTime"`
//GmLockTime *time.Time `orm:"null" json:"gmLockTime"`
AutoSaleAt time.Time `orm:"type(datetime);null" json:"autoSaleAt"`