finance
黄伟 2 years ago
parent b4ded1cb44
commit 6fbd1af5ad

@ -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 商品信息

Loading…
Cancel
Save