From 2cffaad12f0ed5ff562f49cf7cdf202a8f328c8d Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期六, 26 八月 2023 15:51:34 +0800
Subject: [PATCH] fix

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

diff --git a/docs/docs.go b/docs/docs.go
index 3475348..24ec6b4 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3784,6 +3784,11 @@
                         "in": "query"
                     },
                     {
+                        "type": "integer",
+                        "name": "supplierId",
+                        "in": "query"
+                    },
+                    {
                         "type": "string",
                         "name": "unit",
                         "in": "query"
@@ -3897,6 +3902,11 @@
                         "in": "query"
                     },
                     {
+                        "type": "integer",
+                        "name": "supplierId",
+                        "in": "query"
+                    },
+                    {
                         "type": "string",
                         "name": "unit",
                         "in": "query"
@@ -4007,6 +4017,11 @@
                     {
                         "type": "string",
                         "name": "startCreatedAt",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "name": "supplierId",
                         "in": "query"
                     },
                     {
@@ -8675,6 +8690,9 @@
                 "shippingDuration": {
                     "type": "integer"
                 },
+                "supplierId": {
+                    "type": "integer"
+                },
                 "unit": {
                     "type": "string"
                 }

--
Gitblit v1.8.0