From 307c699810c39714e82efac9de56f70b93a718a2 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 31 十月 2023 11:54:23 +0800 Subject: [PATCH] 重订货规则开发 --- response/report_forms_response.go | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/response/report_forms_response.go b/response/report_forms_response.go index 8bf283c..200903d 100644 --- a/response/report_forms_response.go +++ b/response/report_forms_response.go @@ -2,6 +2,7 @@ import ( "github.com/shopspring/decimal" + "wms/constvar" ) type InventoryForms struct { @@ -18,15 +19,16 @@ } type InventoryHistory struct { - 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"` //鐘舵�� + 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"` //鐘舵�� + BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //鍩虹浣滀笟绫诲瀷 } type LocationForms struct { -- Gitblit v1.8.0