From a8914a16b23e93f6bfd12bcfd5cbe8b24cf7eb84 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 07 四月 2024 21:49:01 +0800 Subject: [PATCH] 发货支持仓库传参 --- response/report_forms_response.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/response/report_forms_response.go b/response/report_forms_response.go index 4a60e50..0aafe8e 100644 --- a/response/report_forms_response.go +++ b/response/report_forms_response.go @@ -33,10 +33,13 @@ ProductId string `json:"productId"` FromLocationId int `json:"fromLocationId"` ToLocationId int `json:"toLocationId"` + OperationId int `json:"operationId"` + OperationTypeName string `json:"operationTypeName"` //浣滀笟绫诲瀷鍚嶇О } type LocationForms struct { ProduceId string `json:"produceId"` //浜у搧id + LocationId int `json:"locationId"` //浣嶇疆id LocationName string `json:"locationName"` //浣嶇疆鍚嶇О ProductName string `json:"productName"` //浜у搧鍚嶇О ProductTypeName string `json:"productTypeName"` //浜у搧绫诲埆 -- Gitblit v1.8.0