|
|
@ -138,7 +138,7 @@ type SkuItem struct {
|
|
|
|
AdjustType uint // 加价类型
|
|
|
|
AdjustType uint // 加价类型
|
|
|
|
AdjustPrice decimal.Decimal // 加价金额
|
|
|
|
AdjustPrice decimal.Decimal // 加价金额
|
|
|
|
Handle uint // 1=未处理 2=已处理
|
|
|
|
Handle uint // 1=未处理 2=已处理
|
|
|
|
Imgs []SkuImg
|
|
|
|
Reason string // 驳回原因
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Lists @Title 商品列表
|
|
|
|
// Lists @Title 商品列表
|
|
|
|