From 0022d062fc8c72061b4d62dc5e192e75588b6979 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 22 十一月 2023 15:01:05 +0800
Subject: [PATCH] 出入库导入导出修改代码

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

diff --git a/docs/swagger.json b/docs/swagger.json
index cfb93c0..c6beb2f 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1237,6 +1237,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": [
@@ -3335,6 +3363,9 @@
                         }
                     ]
                 },
+                "createTime": {
+                    "type": "string"
+                },
                 "forceRemovalStrategy": {
                     "description": "寮哄埗涓嬫灦绛栫暐",
                     "allOf": [
@@ -3369,6 +3400,9 @@
                 "routeName": {
                     "description": "鍏徃",
                     "type": "string"
+                },
+                "updateTime": {
+                    "type": "string"
                 }
             }
         },

--
Gitblit v1.8.0