From 1e65185f0ecb8d4f8f1fd9ea822137e0c841a47f Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 17:30:38 +0800
Subject: [PATCH] crm获取发货数量
---
model/response/salesDetails.go | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/model/response/salesDetails.go b/model/response/salesDetails.go
index 8644c04..f47b2b3 100644
--- a/model/response/salesDetails.go
+++ b/model/response/salesDetails.go
@@ -65,8 +65,9 @@
SalePrice string `json:"salePrice"` //閿�鍞崟浠�
Valorem string `json:"valorem"` //浠风◣鍚堣
Warehouse string `json:"warehouse"`
- Amount string `json:"amount"` //鍦ㄥ簱鏁伴噺
+ Amount string `json:"amount"` //鍑哄簱鏁伴噺
AvailableNumber string `json:"availableNumber"` //鍙敤搴撳瓨
+ Status int `json:"status"` //0灏辩华 1瀹屾垚
}
type OutputInfo struct {
Number string `json:"number"` //浜у搧缂栫爜
@@ -119,7 +120,7 @@
Unit string `json:"unit"` //鍗曚綅
Amount decimal.Decimal `json:"amount"` //璁㈠崟鏁伴噺
FinishAmount int64 `json:"finishAmount"` //瀹屾垚鏁伴噺
- DeliveryAmount int64 `json:"deliveryAmount"` //鍙戣揣鏁伴噺
+ DeliveryAmount int `json:"deliveryAmount"` //鍙戣揣鏁伴噺
PurchaseAmount int64 `json:"purchaseAmount"` //閲囪喘鏁伴噺
PurchaseFinishAmount int64 `json:"purchaseFinishAmount"` //閲囪喘瀹屾垚鏁伴噺
MakeAmount int64 `json:"makeAmount"` //鍒堕�犳暟閲�
--
Gitblit v1.8.0