From d6091514f2ab3f8e650a14853804cf27438b3f26 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 15 十一月 2023 16:34:02 +0800
Subject: [PATCH] bug修改提交

---
 docs/swagger.yaml |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 41799e9..e097e09 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -489,7 +489,13 @@
       maxInventory:
         description: 鏈�澶у簱瀛�
         type: number
+      maxInventoryRule:
+        description: 鏈�澶у簱瀛�
+        type: number
       minInventory:
+        description: 鏈�灏忓簱瀛�
+        type: number
+      minInventoryRule:
         description: 鏈�灏忓簱瀛�
         type: number
       minPurchaseAmount:
@@ -539,6 +545,8 @@
         type: number
       purchaseType:
         $ref: '#/definitions/constvar.PurchaseType'
+      reorderRuleNum:
+        type: integer
       salePrice:
         description: 閿�鍞崟浠�
         type: number
@@ -729,6 +737,9 @@
       route:
         description: 璺嚎
         type: string
+      supplierId:
+        description: 渚涘簲鍟唅d
+        type: integer
       unit:
         description: 鍗曚綅
         type: string
@@ -2872,6 +2883,25 @@
       summary: 鍐嶈涓�娆�
       tags:
       - 閲嶈璐ц鍒�
+  /api-wms/v1/reorderRule/submitOrder:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/models.ReorderRule'
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍐嶈涓�娆�
+      tags:
+      - 閲嶈璐ц鍒�
   /api-wms/v1/reorderRule/updateReorderRule:
     post:
       parameters:

--
Gitblit v1.8.0