finance
黄伟 2 years ago
parent 1aecdb710a
commit 16fce209b1

@ -170,14 +170,14 @@ type OrderItem struct {
}
type OrderSku struct {
Id uint `json:"id"`
SkuId uint `json:"skuId"`
Name string `json:"name"`
GuidePrice decimal.Decimal `json:"guidePrice"`
ImgUrl string `json:"imgUrl"`
Size string `json:"size"`
Color string `json:"color"`
Quantity uint `json:"quantity"`
Id uint `json:"id"`
SkuId uint `json:"skuId"`
Name string `json:"name"`
Price decimal.Decimal `json:"price"`
ImgUrl string `json:"imgUrl"`
Size string `json:"size"`
Color string `json:"color"`
Quantity uint `json:"quantity"`
}
type OrderPackage struct {

Loading…
Cancel
Save