|
|
@ -166,6 +166,11 @@ type SkuInfo struct {
|
|
|
|
Unit string `json:"unit"`
|
|
|
|
Unit string `json:"unit"`
|
|
|
|
Imgs []SkuImg `json:"imgs"`
|
|
|
|
Imgs []SkuImg `json:"imgs"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
|
|
|
|
Specifications []SkuSpecification `json:"specification"`
|
|
|
|
|
|
|
|
PlatformStatus uint `json:"platformStatus"`
|
|
|
|
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
|
|
|
|
AdjustType uint `json:"adjustType"`
|
|
|
|
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Info @Title 商品信息
|
|
|
|
// Info @Title 商品信息
|
|
|
|