From 2f856eaa7e46c884f1cb7ad721919a086d7f34a3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 13 六月 2024 15:57:45 +0800 Subject: [PATCH] 出入库明细列表和报表增加多单位 --- response/report_forms_response.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/response/report_forms_response.go b/response/report_forms_response.go index 5d12343..a302424 100644 --- a/response/report_forms_response.go +++ b/response/report_forms_response.go @@ -31,6 +31,7 @@ FromLocation string `json:"fromLocation"` //婧愪綅缃� ToLocation string `json:"toLocation"` //鐩爣浣嶇疆 Amount decimal.Decimal `json:"amount"` //鏁伴噺 + AmountMoreUnits []models.UnitItems `json:"amountMoreUnits"` //鏁伴噺澶氬崟浣� Unit string `json:"unit"` //鍗曚綅 ContactedName string `json:"contactedName"` //瀹屾垚鑰� Status string `json:"status"` //鐘舵�� -- Gitblit v1.8.0