From 57c1d91e82ec4085ccedf099063cd14e609a301f Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 15 十一月 2023 16:36:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

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

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 37b8823..e097e09 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -465,6 +465,8 @@
           OriginCountryId         int                        `gorm:"type:int(11);comment:鍘熶骇鍦癷d" json:"originCountryId"`               //鍘熶骇鍦癷d
           OriginCountryName       string                     `gorm:"type:varchar(255);comment:鍘熶骇鍦板悕绉�" json:"originCountryName"`        //鍘熶骇鍦板悕绉�
         type: string
+      inputAmount:
+        type: number
       internalNotes:
         description: 鍐呴儴璇存槑
         type: string
@@ -487,7 +489,13 @@
       maxInventory:
         description: 鏈�澶у簱瀛�
         type: number
+      maxInventoryRule:
+        description: 鏈�澶у簱瀛�
+        type: number
       minInventory:
+        description: 鏈�灏忓簱瀛�
+        type: number
+      minInventoryRule:
         description: 鏈�灏忓簱瀛�
         type: number
       minPurchaseAmount:
@@ -515,6 +523,10 @@
       outStorageExplain:
         description: 鍑哄簱璇存槑
         type: string
+      outputAmount:
+        type: number
+      predictionAmount:
+        type: number
       principal:
         description: 璐熻矗浜�
         type: string
@@ -533,6 +545,8 @@
         type: number
       purchaseType:
         $ref: '#/definitions/constvar.PurchaseType'
+      reorderRuleNum:
+        type: integer
       salePrice:
         description: 閿�鍞崟浠�
         type: number
@@ -723,6 +737,9 @@
       route:
         description: 璺嚎
         type: string
+      supplierId:
+        description: 渚涘簲鍟唅d
+        type: integer
       unit:
         description: 鍗曚綅
         type: string
@@ -2866,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