up
This commit is contained in:
@@ -94,25 +94,25 @@ type StoreSkuBind struct {
|
|||||||
Status int
|
Status int
|
||||||
|
|
||||||
// ElmID int64 `orm:"column(elm_id);index"`
|
// ElmID int64 `orm:"column(elm_id);index"`
|
||||||
EbaiID int64 `orm:"column(ebai_id);index"`
|
|
||||||
MtwmID int64 `orm:"column(mtwm_id)"`
|
MtwmID int64 `orm:"column(mtwm_id)"`
|
||||||
|
EbaiID int64 `orm:"column(ebai_id);index"`
|
||||||
// WscID int64 `orm:"column(wsc_id);index"` // 表示微盟skuId
|
// WscID int64 `orm:"column(wsc_id);index"` // 表示微盟skuId
|
||||||
// WscID2 int64 `orm:"column(wsc_id2);index"` // 表示微盟goodsId
|
// WscID2 int64 `orm:"column(wsc_id2);index"` // 表示微盟goodsId
|
||||||
|
|
||||||
// ElmSyncStatus int8 `orm:"default(2)"`
|
// ElmSyncStatus int8 `orm:"default(2)"`
|
||||||
JdSyncStatus int8 `orm:"default(2)"`
|
JdSyncStatus int8 `orm:"default(2)"`
|
||||||
EbaiSyncStatus int8 `orm:"default(2)"`
|
|
||||||
MtwmSyncStatus int8 `orm:"default(2)"`
|
MtwmSyncStatus int8 `orm:"default(2)"`
|
||||||
|
EbaiSyncStatus int8 `orm:"default(2)"`
|
||||||
// WscSyncStatus int8 `orm:"default(2)"`
|
// WscSyncStatus int8 `orm:"default(2)"`
|
||||||
|
|
||||||
JdPrice int `json:"jdPrice"`
|
JdPrice int `json:"jdPrice"`
|
||||||
EbaiPrice int `json:"ebaiPrice"`
|
|
||||||
MtwmPrice int `json:"mtwmPrice"`
|
MtwmPrice int `json:"mtwmPrice"`
|
||||||
|
EbaiPrice int `json:"ebaiPrice"`
|
||||||
JxPrice int `json:"jxPrice"`
|
JxPrice int `json:"jxPrice"`
|
||||||
|
|
||||||
JdLockTime *time.Time `orm:"null" json:"jdLockTime"`
|
JdLockTime *time.Time `orm:"null" json:"jdLockTime"`
|
||||||
EbaiLockTime *time.Time `orm:"null" json:"ebaiLockTime"`
|
|
||||||
MtwmLockTime *time.Time `orm:"null" json:"mtwmLockTime"`
|
MtwmLockTime *time.Time `orm:"null" json:"mtwmLockTime"`
|
||||||
|
EbaiLockTime *time.Time `orm:"null" json:"ebaiLockTime"`
|
||||||
JxLockTime *time.Time `orm:"null" json:"jxLockTime"`
|
JxLockTime *time.Time `orm:"null" json:"jxLockTime"`
|
||||||
|
|
||||||
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