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 | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/response/report_forms_response.go b/response/report_forms_response.go
index 200903d..0aafe8e 100644
--- a/response/report_forms_response.go
+++ b/response/report_forms_response.go
@@ -29,10 +29,17 @@
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"`
+ 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