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/docs.go |   31 +++++++++----------------------
 1 files changed, 9 insertions(+), 22 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index e08cc06..bc7b478 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -565,7 +565,7 @@
             }
         },
         "/api-wms/v1/operation/operation/{id}": {
-            "put": {
+            "post": {
                 "produces": [
                     "application/json"
                 ],
@@ -2114,6 +2114,7 @@
             "type": "object",
             "properties": {
                 "comment": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "companyID": {
@@ -2319,9 +2320,13 @@
         "request.OperationDetails": {
             "type": "object",
             "properties": {
+                "OperationId": {
+                    "description": "鎿嶄綔id",
+                    "type": "integer"
+                },
                 "productId": {
                     "description": "浜у搧id",
-                    "type": "integer"
+                    "type": "string"
                 },
                 "productName": {
                     "description": "浜у搧鍚嶇О",
@@ -2375,12 +2380,8 @@
         "request.UpdateOperation": {
             "type": "object",
             "properties": {
-                "carrierID": {
-                    "description": "鎵胯繍鍟咺D-闈炲繀濉�",
-                    "type": "integer"
-                },
-                "carrierName": {
-                    "description": "鎵胯繍鍟嗗悕绉�-闈炲繀濉�",
+                "comment": {
+                    "description": "澶囨敞",
                     "type": "string"
                 },
                 "companyID": {
@@ -2439,18 +2440,6 @@
                 "toLocationId": {
                     "description": "鐩爣浣嶇疆id",
                     "type": "integer"
-                },
-                "tracking": {
-                    "description": "杩借釜鍙傝��-闈炲繀濉�",
-                    "type": "string"
-                },
-                "transferWeight": {
-                    "description": "鐗╂祦閲嶉噺(kg)-闈炲繀濉�",
-                    "type": "number"
-                },
-                "weight": {
-                    "description": "閲嶉噺(kg)-闈炲繀濉�",
-                    "type": "number"
                 }
             }
         },
@@ -2572,8 +2561,6 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
-	LeftDelim:        "{{",
-	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0