From fe9a8f47ea30dbd9637c803563abd74bda46900a Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 06 五月 2024 17:24:11 +0800
Subject: [PATCH] 每月1号执行
---
response/report_forms_response.go | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/response/report_forms_response.go b/response/report_forms_response.go
index 6585587..0aafe8e 100644
--- a/response/report_forms_response.go
+++ b/response/report_forms_response.go
@@ -34,10 +34,12 @@
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