From dc73bb0a098f9c176ea4b6e920a5e70d9a618833 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 27 十一月 2023 16:52:39 +0800
Subject: [PATCH] aps插入出库操作
---
response/report_forms_response.go | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/response/report_forms_response.go b/response/report_forms_response.go
index 63ee819..6585587 100644
--- a/response/report_forms_response.go
+++ b/response/report_forms_response.go
@@ -21,12 +21,19 @@
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"` //鐘舵��
BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //鍩虹浣滀笟绫诲瀷
+ Weight decimal.Decimal `json:"weight"` //閲嶉噺
+ ProductId string `json:"productId"`
+ FromLocationId int `json:"fromLocationId"`
+ ToLocationId int `json:"toLocationId"`
+ OperationId int `json:"operationId"`
}
type LocationForms struct {
--
Gitblit v1.8.0