1
This commit is contained in:
@@ -123,7 +123,7 @@ type StoreSkuBind struct {
|
|||||||
JxPrice int `json:"jxPrice"`
|
JxPrice int `json:"jxPrice"`
|
||||||
YbPrice int `json:"ybPrice"`
|
YbPrice int `json:"ybPrice"`
|
||||||
JdsPrice int `json:"jdsPrice"`
|
JdsPrice int `json:"jdsPrice"`
|
||||||
GmPrice int `json:"gmPrice"`
|
//GmPrice int `json:"gmPrice"`
|
||||||
|
|
||||||
JdLockTime *time.Time `orm:"null" json:"jdLockTime"`
|
JdLockTime *time.Time `orm:"null" json:"jdLockTime"`
|
||||||
JdsLockTime *time.Time `orm:"null" json:"jdsLockTime"`
|
JdsLockTime *time.Time `orm:"null" json:"jdsLockTime"`
|
||||||
@@ -131,7 +131,7 @@ type StoreSkuBind struct {
|
|||||||
EbaiLockTime *time.Time `orm:"null" json:"ebaiLockTime"`
|
EbaiLockTime *time.Time `orm:"null" json:"ebaiLockTime"`
|
||||||
JxLockTime *time.Time `orm:"null" json:"jxLockTime"`
|
JxLockTime *time.Time `orm:"null" json:"jxLockTime"`
|
||||||
YbLockTime *time.Time `orm:"null" json:"ybLockTime"`
|
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"`
|
AutoSaleAt time.Time `orm:"type(datetime);null" json:"autoSaleAt"`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user