From d6331f5d368ac49e850d113b83b199e79ec4ae9e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 22 十一月 2023 15:09:00 +0800
Subject: [PATCH] 重订货修改

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

diff --git a/docs/docs.go b/docs/docs.go
index fba7780..84950d4 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": [
@@ -3381,6 +3412,9 @@
                 "routeName": {
                     "description": "鍏徃",
                     "type": "string"
+                },
+                "updateTime": {
+                    "type": "string"
                 }
             }
         },

--
Gitblit v1.8.0