From 06db0a18315c6ca0a2016293ed108d2332cd4a83 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 01 九月 2023 16:13:15 +0800
Subject: [PATCH] fix

---
 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