finance
黄伟 2 years ago
parent aad659957f
commit 2f3d35e801

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

Loading…
Cancel
Save