|
|
@ -146,6 +146,7 @@ type SkuItem struct {
|
|
|
|
SourceStatus uint `json:"sourceStatus"` // 供应商状态 1=上架 2=下架
|
|
|
|
SourceStatus uint `json:"sourceStatus"` // 供应商状态 1=上架 2=下架
|
|
|
|
CustomerPrice decimal.Decimal `json:"customerPrice"` // 供货最高价
|
|
|
|
CustomerPrice decimal.Decimal `json:"customerPrice"` // 供货最高价
|
|
|
|
CustomerProfitRate decimal.Decimal `json:"customerProfitRate"` // 供货利润率 供货利润/供货最高价%
|
|
|
|
CustomerProfitRate decimal.Decimal `json:"customerProfitRate"` // 供货利润率 供货利润/供货最高价%
|
|
|
|
|
|
|
|
CustomerDiscount decimal.Decimal `json:"customerDiscount"` // 折扣
|
|
|
|
AdjustType uint `json:"adjustType"` // 加价类型
|
|
|
|
AdjustType uint `json:"adjustType"` // 加价类型
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"` // 加价金额
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"` // 加价金额
|
|
|
|
AfterAdjustType uint `json:"afterAdjustType"` // 改价后加价类型
|
|
|
|
AfterAdjustType uint `json:"afterAdjustType"` // 改价后加价类型
|
|
|
|