From 0c65eeb1f1ac4b3dd14727f41a25582fc3ee701e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 21 九月 2023 09:52:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 docs/swagger.json |   29 +++++++++--------------------
 1 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index c925da1..281bd04 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -553,7 +553,7 @@
             }
         },
         "/api-wms/v1/operation/operation/{id}": {
-            "put": {
+            "post": {
                 "produces": [
                     "application/json"
                 ],
@@ -2102,6 +2102,7 @@
             "type": "object",
             "properties": {
                 "comment": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "companyID": {
@@ -2307,9 +2308,13 @@
         "request.OperationDetails": {
             "type": "object",
             "properties": {
+                "OperationId": {
+                    "description": "鎿嶄綔id",
+                    "type": "integer"
+                },
                 "productId": {
                     "description": "浜у搧id",
-                    "type": "integer"
+                    "type": "string"
                 },
                 "productName": {
                     "description": "浜у搧鍚嶇О",
@@ -2363,12 +2368,8 @@
         "request.UpdateOperation": {
             "type": "object",
             "properties": {
-                "carrierID": {
-                    "description": "鎵胯繍鍟咺D-闈炲繀濉�",
-                    "type": "integer"
-                },
-                "carrierName": {
-                    "description": "鎵胯繍鍟嗗悕绉�-闈炲繀濉�",
+                "comment": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "companyID": {
@@ -2427,18 +2428,6 @@
                 "toLocationId": {
                     "description": "鐩爣浣嶇疆id",
                     "type": "integer"
-                },
-                "tracking": {
-                    "description": "杩借釜鍙傝��-闈炲繀濉�",
-                    "type": "string"
-                },
-                "transferWeight": {
-                    "description": "鐗╂祦閲嶉噺(kg)-闈炲繀濉�",
-                    "type": "number"
-                },
-                "weight": {
-                    "description": "閲嶉噺(kg)-闈炲繀濉�",
-                    "type": "number"
                 }
             }
         },

--
Gitblit v1.8.0