From 42e747988aa1bcdceda506c867b884ba0d1e0ca7 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 16 十一月 2023 13:38:28 +0800
Subject: [PATCH] 出入库明细查询修改

---
 response/report_forms_response.go |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/response/report_forms_response.go b/response/report_forms_response.go
index 200903d..4a60e50 100644
--- a/response/report_forms_response.go
+++ b/response/report_forms_response.go
@@ -29,6 +29,10 @@
 	ContactedName     string                     `json:"contactedName"`     //瀹屾垚鑰�
 	Status            string                     `json:"status"`            //鐘舵��
 	BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //鍩虹浣滀笟绫诲瀷
+	Weight            decimal.Decimal            `json:"weight"`            //閲嶉噺
+	ProductId         string                     `json:"productId"`
+	FromLocationId    int                        `json:"fromLocationId"`
+	ToLocationId      int                        `json:"toLocationId"`
 }
 
 type LocationForms struct {

--
Gitblit v1.8.0