From fc3313955a083c9480e4ea74398f72f9ba6addcd Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 01 八月 2024 20:29:51 +0800
Subject: [PATCH] 月度统计查询多单位数据计算改查询。

---
 docs/docs.go |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 95b1f70..19463a0 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3229,6 +3229,13 @@
                         "schema": {
                             "$ref": "#/definitions/request.GetProductList"
                         }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
                     }
                 ],
                 "responses": {
@@ -5629,6 +5636,12 @@
                     "description": "鏄惁璋冩嫧浜х敓鐨勫嚭搴�",
                     "type": "boolean"
                 },
+                "moreUnitList": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
                 "operationId": {
                     "description": "鎿嶄綔璁板綍id",
                     "type": "integer"
@@ -6302,7 +6315,7 @@
                     "type": "string"
                 },
                 "silkMarket": {
-                    "description": "搴勫彛缂栫爜",
+                    "description": "搴勫彛",
                     "type": "string"
                 },
                 "sourceNumber": {
@@ -6784,6 +6797,12 @@
                 "categoryId": {
                     "type": "integer"
                 },
+                "categoryIds": {
+                    "type": "array",
+                    "items": {
+                        "type": "integer"
+                    }
+                },
                 "keyWord": {
                     "type": "string"
                 },
@@ -6934,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"
@@ -6947,7 +6972,7 @@
                     "type": "number"
                 },
                 "silkMarket": {
-                    "description": "搴勫彛缂栫爜",
+                    "description": "搴勫彛",
                     "type": "string"
                 },
                 "silkMarketClose": {
@@ -7426,7 +7451,7 @@
                     "type": "string"
                 },
                 "silkMarket": {
-                    "description": "搴勫彛缂栫爜",
+                    "description": "搴勫彛",
                     "type": "string"
                 },
                 "sourceNumber": {

--
Gitblit v1.8.0