From e84601ed6db6142cd18238a8ce1818b6bc3a9a65 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 12 Oct 2022 14:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/order.go | 3 +++ 1 file changed, 3 insertions(+) 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"` }