From 97f8c17ef33e511d515164f1b1f00dd0fb9cd01f Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 18 十月 2023 09:56:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

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

diff --git a/response/report_forms_response.go b/response/report_forms_response.go
index 63ee819..8bf283c 100644
--- a/response/report_forms_response.go
+++ b/response/report_forms_response.go
@@ -2,7 +2,6 @@
 
 import (
 	"github.com/shopspring/decimal"
-	"wms/constvar"
 )
 
 type InventoryForms struct {
@@ -19,14 +18,15 @@
 }
 
 type InventoryHistory struct {
-	Number            string                     `json:"number"`            //鍗曞彿
-	Date              string                     `json:"date"`              //鏃ユ湡
-	FromLocation      string                     `json:"fromLocation"`      //婧愪綅缃�
-	ToLocation        string                     `json:"toLocation"`        //鐩爣浣嶇疆
-	Amount            decimal.Decimal            `json:"amount"`            //鏁伴噺
-	Unit              string                     `json:"unit"`              //鍗曚綅
-	ContactedName     string                     `json:"contactedName"`     //瀹屾垚鑰�
-	BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //鍩虹浣滀笟绫诲瀷
+	Number        string          `json:"number"`        //鍗曞彿
+	Date          string          `json:"date"`          //鏃ユ湡
+	ProductName   string          `json:"productName"`   //浜у搧鍚嶇О
+	FromLocation  string          `json:"fromLocation"`  //婧愪綅缃�
+	ToLocation    string          `json:"toLocation"`    //鐩爣浣嶇疆
+	Amount        decimal.Decimal `json:"amount"`        //鏁伴噺
+	Unit          string          `json:"unit"`          //鍗曚綅
+	ContactedName string          `json:"contactedName"` //瀹屾垚鑰�
+	Status        string          `json:"status"`        //鐘舵��
 }
 
 type LocationForms struct {

--
Gitblit v1.8.0