From f4685db48aa53560b0e0e959aabc8c2b81ca3e4f Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 13 十二月 2023 17:08:25 +0800 Subject: [PATCH] 报废列表增加baseoperationtype字段 --- response/report_forms_response.go | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/response/report_forms_response.go b/response/report_forms_response.go index 200903d..6585587 100644 --- a/response/report_forms_response.go +++ b/response/report_forms_response.go @@ -29,6 +29,11 @@ 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