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/swagger.yaml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index c9f0237..204a2ff 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -1535,6 +1535,10 @@
         type: string
       shippingDuration:
         type: integer
+      specifications:
+        type: string
+      supplier:
+        $ref: '#/definitions/test.Supplier'
       supplierId:
         type: integer
       unit:
@@ -3751,6 +3755,9 @@
         name: shippingDuration
         type: integer
       - in: query
+        name: specifications
+        type: string
+      - in: query
         name: supplierId
         type: integer
       - in: query
@@ -3819,6 +3826,9 @@
       - in: query
         name: shippingDuration
         type: integer
+      - in: query
+        name: specifications
+        type: string
       - in: query
         name: startCreatedAt
         type: string
@@ -3892,6 +3902,9 @@
         name: shippingDuration
         type: integer
       - in: query
+        name: specifications
+        type: string
+      - in: query
         name: startCreatedAt
         type: string
       - in: query

--
Gitblit v1.8.0