finance
黄伟 2 years ago
parent 42144e7125
commit 71cd2fa679

@ -151,6 +151,7 @@ type SkuItem struct {
AdjustPrice decimal.Decimal `json:"adjustPrice"` // 加价金额
AfterAdjustType uint `json:"afterAdjustType"` // 改价后加价类型
AfterAdjustPrice decimal.Decimal `json:"afterAdjustPrice"` // 改价后加价金额
Reason string // 改价驳回原因
}
// Lists @Title 商品列表

Loading…
Cancel
Save