diff --git a/supply/order.go b/supply/order.go index ca669d2..97d2586 100644 --- a/supply/order.go +++ b/supply/order.go @@ -168,6 +168,9 @@ type OrderSku struct { Name string `json:"name"` SupplyPrice decimal.Decimal `json:"supplyPrice"` Rate decimal.Decimal `json:"rate"` + Price decimal.Decimal `json:"price"` + AdjustPrice decimal.Decimal `json:"adjustPrice"` + Amount decimal.Decimal `json:"amount"` ImgUrl string `json:"imgUrl"` Quantity uint `json:"quantity"` }