diff --git a/supply/afterService.go b/supply/afterService.go index c2d2684..4fec33a 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -29,6 +29,7 @@ type RetailHistorySearch struct { } type RetailHistoryItem struct { + Id uint `json:"id"` AfterServiceSn uint64 `json:"afterServiceSn"` OrderSn uint64 `json:"orderSn"` Name string `json:"name"` diff --git a/supply/sku.go b/supply/sku.go index 5855669..15a59a7 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -109,12 +109,12 @@ type ArgsSkuLists struct { } type SkuListsSearch struct { + Id uint // 瑞库客id Name string // 商品名称 SourceId uint // 所属供应商 1=京东 - Id uint // 瑞库客id SourceSkuId uint // 供应商skuId BrandId uint // 品牌Id - ThridCategoryId uint // 三级分类Id + ThirdCategoryId uint // 三级分类Id AdjustType uint // 加价规则 MaxSupplyPrice decimal.Decimal // 最大采购价格 MinSupplyPrice decimal.Decimal // 最小采购价格