From 2083c6a4f3c69d7f0f1deca562b50df3e8bfd91e Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期六, 26 八月 2023 16:12:41 +0800
Subject: [PATCH] add

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

diff --git a/docs/docs.go b/docs/docs.go
index 24ec6b4..9eb2c74 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3784,6 +3784,11 @@
                         "in": "query"
                     },
                     {
+                        "type": "string",
+                        "name": "specifications",
+                        "in": "query"
+                    },
+                    {
                         "type": "integer",
                         "name": "supplierId",
                         "in": "query"
@@ -3894,6 +3899,11 @@
                     {
                         "type": "integer",
                         "name": "shippingDuration",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "name": "specifications",
                         "in": "query"
                     },
                     {
@@ -4012,6 +4022,11 @@
                     {
                         "type": "integer",
                         "name": "shippingDuration",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "name": "specifications",
                         "in": "query"
                     },
                     {
@@ -8690,6 +8705,12 @@
                 "shippingDuration": {
                     "type": "integer"
                 },
+                "specifications": {
+                    "type": "string"
+                },
+                "supplier": {
+                    "$ref": "#/definitions/test.Supplier"
+                },
                 "supplierId": {
                     "type": "integer"
                 },

--
Gitblit v1.8.0