|
|
@ -189,7 +189,6 @@ type SkuInfo struct {
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
AdjustType uint `json:"adjustType"`
|
|
|
|
AdjustType uint `json:"adjustType"`
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"`
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"`
|
|
|
|
SourceStatus uint `json:"sourceStatus"`
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Info @Title 商品信息
|
|
|
|
// Info @Title 商品信息
|
|
|
|