From d5785f7ecec215960c4d100bf129e1abeca9d5cb Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 30 七月 2024 20:11:03 +0800
Subject: [PATCH] 位置报表多单位使用动态表头及相应数据调整(数据使用存储的多单位数据,并展示在对应单位下面)

---
 docs/docs.go |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 6d7e4cc..19463a0 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -5636,6 +5636,12 @@
                     "description": "鏄惁璋冩嫧浜х敓鐨勫嚭搴�",
                     "type": "boolean"
                 },
+                "moreUnitList": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
                 "operationId": {
                     "description": "鎿嶄綔璁板綍id",
                     "type": "integer"
@@ -6947,6 +6953,12 @@
                     "description": "Unit        string          ` + "`" + `json:\"unit\"` + "`" + `                    //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" ` + "`" + ` // 浜у搧",
                     "type": "integer"
                 },
+                "moreUnitList": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
                 "productId": {
                     "description": "浜у搧id",
                     "type": "string"

--
Gitblit v1.8.0