diff --git a/business/model/store_sku.go b/business/model/store_sku.go index 557a4e318..d98d05750 100644 --- a/business/model/store_sku.go +++ b/business/model/store_sku.go @@ -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"`