|
|
@ -331,6 +331,8 @@ type ByIdsSkuItem struct {
|
|
|
|
AfterAdjustPrice decimal.Decimal `json:"afterAdjustPrice"` // 改价后加价金额
|
|
|
|
AfterAdjustPrice decimal.Decimal `json:"afterAdjustPrice"` // 改价后加价金额
|
|
|
|
Handle uint `json:"handle"` // 1=未处理 2=已处理
|
|
|
|
Handle uint `json:"handle"` // 1=未处理 2=已处理
|
|
|
|
Reason string `json:"reason"` // 驳回原因
|
|
|
|
Reason string `json:"reason"` // 驳回原因
|
|
|
|
|
|
|
|
Size string `json:"size"`
|
|
|
|
|
|
|
|
Color string `json:"color"`
|
|
|
|
Specifications []SpecItem `json:"specifications"`
|
|
|
|
Specifications []SpecItem `json:"specifications"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|