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