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

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

diff --git a/docs/docs.go b/docs/docs.go
index a77f4a4..9da5c1e 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1249,6 +1249,34 @@
                 }
             }
         },
+        "/api-wms/v1/operation/outputOperation/{id}": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍏ュ簱/鍑哄簱"
+                ],
+                "summary": "鎵撳嵃",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "id",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api-wms/v1/operation/update": {
             "post": {
                 "produces": [
@@ -3347,6 +3375,9 @@
                         }
                     ]
                 },
+                "createTime": {
+                    "type": "string"
+                },
                 "forceRemovalStrategy": {
                     "description": "寮哄埗涓嬫灦绛栫暐",
                     "allOf": [
@@ -3380,6 +3411,9 @@
                 },
                 "routeName": {
                     "description": "鍏徃",
+                    "type": "string"
+                },
+                "updateTime": {
                     "type": "string"
                 }
             }
@@ -3938,6 +3972,10 @@
         "request.GetLocationList": {
             "type": "object",
             "properties": {
+                "isScrapLocation": {
+                    "description": "鏄惁鎶ュ簾",
+                    "type": "boolean"
+                },
                 "jointName": {
                     "description": "鎷兼帴鍚嶇О",
                     "type": "string"
@@ -4515,8 +4553,14 @@
                     "description": "婧愪綅缃�",
                     "type": "string"
                 },
+                "fromLocationId": {
+                    "type": "integer"
+                },
                 "number": {
                     "description": "鍗曞彿",
+                    "type": "string"
+                },
+                "productId": {
                     "type": "string"
                 },
                 "productName": {
@@ -4531,9 +4575,16 @@
                     "description": "鐩爣浣嶇疆",
                     "type": "string"
                 },
+                "toLocationId": {
+                    "type": "integer"
+                },
                 "unit": {
                     "description": "鍗曚綅",
                     "type": "string"
+                },
+                "weight": {
+                    "description": "閲嶉噺",
+                    "type": "number"
                 }
             }
         },

--
Gitblit v1.8.0