京东商城商品创建更新id测试

This commit is contained in:
苏尹岚
2020-05-13 10:27:03 +08:00
parent 5f901f8531
commit 7fcb6e536e
3 changed files with 43 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ type StoreSkuSyncInfo struct {
StoreSkuStatus int
SkuSyncStatus int8
VendorSkuID string `orm:"column(vendor_sku_id)"`
JdsWareID int `orm:"column(jds_ware_id)" json:"jdsWareID"`
JdsWareID int64 `orm:"column(jds_ware_id)" json:"jdsWareID"`
BindDeletedAt time.Time `orm:"type(datetime)" json:"bindDeletedAt"`
model.Sku