From c278d736f5f9c0ab4a64540aa1a6b89984b0cd2c Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期四, 19 十月 2023 15:52:37 +0800
Subject: [PATCH] 1.wms业务调整及bug修改

---
 docs/docs.go |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index cf3da7a..4e48dec 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -2948,6 +2948,10 @@
                     "description": "浠撳簱鍚嶇О",
                     "type": "string"
                 },
+                "prefix": {
+                    "description": "鍓嶇紑",
+                    "type": "string"
+                },
                 "printLabel": {
                     "description": "鏄惁鎵撳嵃鏍囩",
                     "type": "boolean"
@@ -3346,12 +3350,12 @@
         "request.UpdateLocationProductAmount": {
             "type": "object",
             "properties": {
-                "Amount": {
-                    "description": "搴撳瓨鏁伴噺",
-                    "type": "number"
-                },
                 "adjustAmount": {
                     "description": "LocationProductAmountId int             ` + "`" + `json:\"locationProductAmountId\"` + "`" + ` //搴撳瓨鐩樼偣id",
+                    "type": "number"
+                },
+                "amount": {
+                    "description": "搴撳瓨鏁伴噺",
                     "type": "number"
                 },
                 "differenceAmount": {
@@ -3488,6 +3492,10 @@
                     "description": "浠撳簱鍚嶇О",
                     "type": "string"
                 },
+                "prefix": {
+                    "description": "鍓嶇紑",
+                    "type": "string"
+                },
                 "printLabel": {
                     "description": "鏄惁鎵撳嵃鏍囩",
                     "type": "boolean"
@@ -3570,14 +3578,6 @@
                     "description": "鏁伴噺",
                     "type": "number"
                 },
-                "baseOperationType": {
-                    "description": "鍩虹浣滀笟绫诲瀷",
-                    "allOf": [
-                        {
-                            "$ref": "#/definitions/constvar.BaseOperationType"
-                        }
-                    ]
-                },
                 "contactedName": {
                     "description": "瀹屾垚鑰�",
                     "type": "string"
@@ -3594,6 +3594,14 @@
                     "description": "鍗曞彿",
                     "type": "string"
                 },
+                "productName": {
+                    "description": "浜у搧鍚嶇О",
+                    "type": "string"
+                },
+                "status": {
+                    "description": "鐘舵��",
+                    "type": "string"
+                },
                 "toLocation": {
                     "description": "鐩爣浣嶇疆",
                     "type": "string"

--
Gitblit v1.8.0