From 81827a26b91b07c997716f5f595e9e3121c18cf5 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期五, 17 十一月 2023 18:09:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

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

diff --git a/docs/docs.go b/docs/docs.go
index 76ee786..fba7780 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -2167,6 +2167,36 @@
                 }
             }
         },
+        "/api-wms/v1/reorderRule/submitOrder": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "閲嶈璐ц鍒�"
+                ],
+                "summary": "鍐嶈涓�娆�",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/models.ReorderRule"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api-wms/v1/reorderRule/updateReorderRule": {
             "post": {
                 "produces": [
@@ -3002,6 +3032,9 @@
                     "description": "HSCode                  string                     ` + "`" + `gorm:\"type:varchar(255);comment:HS缂栫爜\" json:\"HSCode\"` + "`" + `                    //HS缂栫爜\nOriginCountryId         int                        ` + "`" + `gorm:\"type:int(11);comment:鍘熶骇鍦癷d\" json:\"originCountryId\"` + "`" + `               //鍘熶骇鍦癷d\nOriginCountryName       string                     ` + "`" + `gorm:\"type:varchar(255);comment:鍘熶骇鍦板悕绉癨" json:\"originCountryName\"` + "`" + `        //鍘熶骇鍦板悕绉�",
                     "type": "string"
                 },
+                "inputAmount": {
+                    "type": "number"
+                },
                 "internalNotes": {
                     "description": "鍐呴儴璇存槑",
                     "type": "string"
@@ -3034,7 +3067,15 @@
                     "description": "鏈�澶у簱瀛�",
                     "type": "number"
                 },
+                "maxInventoryRule": {
+                    "description": "鏈�澶у簱瀛�",
+                    "type": "number"
+                },
                 "minInventory": {
+                    "description": "鏈�灏忓簱瀛�",
+                    "type": "number"
+                },
+                "minInventoryRule": {
                     "description": "鏈�灏忓簱瀛�",
                     "type": "number"
                 },
@@ -3073,6 +3114,12 @@
                     "description": "鍑哄簱璇存槑",
                     "type": "string"
                 },
+                "outputAmount": {
+                    "type": "number"
+                },
+                "predictionAmount": {
+                    "type": "number"
+                },
                 "principal": {
                     "description": "璐熻矗浜�",
                     "type": "string"
@@ -3099,6 +3146,9 @@
                 },
                 "purchaseType": {
                     "$ref": "#/definitions/constvar.PurchaseType"
+                },
+                "reorderRuleNum": {
+                    "type": "integer"
                 },
                 "salePrice": {
                     "description": "閿�鍞崟浠�",
@@ -3380,6 +3430,10 @@
                 "route": {
                     "description": "璺嚎",
                     "type": "string"
+                },
+                "supplierId": {
+                    "description": "渚涘簲鍟唅d",
+                    "type": "integer"
                 },
                 "unit": {
                     "description": "鍗曚綅",
@@ -3884,6 +3938,10 @@
         "request.GetLocationList": {
             "type": "object",
             "properties": {
+                "isScrapLocation": {
+                    "description": "鏄惁鎶ュ簾",
+                    "type": "boolean"
+                },
                 "jointName": {
                     "description": "鎷兼帴鍚嶇О",
                     "type": "string"
@@ -4461,8 +4519,14 @@
                     "description": "婧愪綅缃�",
                     "type": "string"
                 },
+                "fromLocationId": {
+                    "type": "integer"
+                },
                 "number": {
                     "description": "鍗曞彿",
+                    "type": "string"
+                },
+                "productId": {
                     "type": "string"
                 },
                 "productName": {
@@ -4477,9 +4541,16 @@
                     "description": "鐩爣浣嶇疆",
                     "type": "string"
                 },
+                "toLocationId": {
+                    "type": "integer"
+                },
                 "unit": {
                     "description": "鍗曚綅",
                     "type": "string"
+                },
+                "weight": {
+                    "description": "閲嶉噺",
+                    "type": "number"
                 }
             }
         },

--
Gitblit v1.8.0