From dd07a07290bf66fde945dbbebc23ae048205775d Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 22 九月 2023 10:19:46 +0800
Subject: [PATCH] 分页查询product列表搜索条件合并

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

diff --git a/docs/docs.go b/docs/docs.go
index 74a8c5c..bd498d8 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -4419,6 +4419,11 @@
                     },
                     {
                         "type": "string",
+                        "name": "supplierNumber",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
                         "name": "unit",
                         "in": "query"
                     },
@@ -4557,6 +4562,11 @@
                     },
                     {
                         "type": "string",
+                        "name": "supplierNumber",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
                         "name": "unit",
                         "in": "query"
                     },

--
Gitblit v1.8.0