From c4e6bf4b1fdb872ba514ab03efa3c53333d1a120 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 18 三月 2024 10:11:03 +0800 Subject: [PATCH] 确认发货 --- model/response/salesDetails.go | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/model/response/salesDetails.go b/model/response/salesDetails.go index 515af69..8644c04 100644 --- a/model/response/salesDetails.go +++ b/model/response/salesDetails.go @@ -69,20 +69,20 @@ AvailableNumber string `json:"availableNumber"` //鍙敤搴撳瓨 } type OutputInfo struct { - Number string `json:"number"` - Name string `json:"name"` + Number string `json:"number"` //浜у搧缂栫爜 + Name string `json:"name"` //浜у搧鍚嶇О OrderAmount string `json:"orderAmount"` //璁㈠崟鏁伴噺 - Unit string `json:"unit"` - Invoice string `json:"invoice"` //鍙戣揣鍗� - Carrier string `json:"carrier"` //鎵胯繍鍟� - Waybill string `json:"waybill"` //杩愬崟鍙� - SalePrice string `json:"salePrice"` //閿�鍞崟浠� - Valorem string `json:"valorem"` //浠风◣鍚堣 - Warehouse string `json:"warehouse"` - Amount string `json:"amount"` //鍦ㄥ簱鏁伴噺 - Status int `json:"status"` //0灏辩华 1瀹屾垚 - Specs string `json:"specs"` //瑙勬牸 - CreateTime string `json:"createTime"` //鍒涘缓鏃堕棿 + Unit string `json:"unit"` //鍗曚綅 + Invoice string `json:"invoice"` //鍙戣揣鍗� + Carrier string `json:"carrier"` //鎵胯繍鍟� + Waybill string `json:"waybill"` //杩愬崟鍙� + SalePrice string `json:"salePrice"` //閿�鍞崟浠� + Valorem string `json:"valorem"` //浠风◣鍚堣 + Warehouse string `json:"warehouse"` //浠撳簱鍚嶇О + Amount string `json:"amount"` //鍙戣揣鏁伴噺 + Status int `json:"status"` //0灏辩华 1瀹屾垚 + Specs string `json:"specs"` //瑙勬牸 + CreateTime string `json:"createTime"` //鍒涘缓鏃堕棿 } type StoreInfo struct { -- Gitblit v1.8.0