diff --git a/supply/sku.go b/supply/sku.go index 4d7dbae..93daafe 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -147,6 +147,8 @@ type SkuItem struct { CustomerProfitRate decimal.Decimal `json:"customerProfitRate"` // 供货利润率 供货利润/供货最高价% AdjustType uint `json:"adjustType"` // 加价类型 AdjustPrice decimal.Decimal `json:"adjustPrice"` // 加价金额 + AfterAdjustType uint `json:"afterType"` // 改价后加价类型 + AfterAdjustPrice decimal.Decimal `json:"afterPrice"` // 改价后加价金额 Handle uint `json:"handle"` // 1=未处理 2=已处理 Reason string `json:"reason"` // 驳回原因 }