From 137441e2396cf231f9d41e5c399038dbfe01433f Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期二, 16 七月 2024 20:24:55 +0800 Subject: [PATCH] 添加字段,库存报表统计返回结果添加productType(产品类别)、productSpecs(产品规格),产品类别由原来的productType改为productCategory --- 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 cfa6570..3df17ff 100644 --- a/response/report_forms_response.go +++ b/response/report_forms_response.go @@ -10,6 +10,8 @@ ProduceId string `json:"produceId"` //浜у搧id ProductName string `json:"productName"` //浜у搧鍚嶇О ProductType string `json:"productType"` //浜у搧绫诲瀷 + ProductCategory string `json:"productCategory"` //浜у搧绫诲埆 + ProductSpecs string `json:"productSpecs"` //浜у搧瑙勬牸 Cost decimal.Decimal `json:"cost"` //鎴愭湰 Value decimal.Decimal `json:"value"` //鎬讳环鍊� Amount decimal.Decimal `json:"amount"` //鍦ㄥ簱鏁伴噺 -- Gitblit v1.8.0