From 81827a26b91b07c997716f5f595e9e3121c18cf5 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期五, 17 十一月 2023 18:09:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

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

diff --git a/docs/docs.go b/docs/docs.go
index 0ec54bf..fba7780 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3938,6 +3938,10 @@
         "request.GetLocationList": {
             "type": "object",
             "properties": {
+                "isScrapLocation": {
+                    "description": "鏄惁鎶ュ簾",
+                    "type": "boolean"
+                },
                 "jointName": {
                     "description": "鎷兼帴鍚嶇О",
                     "type": "string"
@@ -4515,8 +4519,14 @@
                     "description": "婧愪綅缃�",
                     "type": "string"
                 },
+                "fromLocationId": {
+                    "type": "integer"
+                },
                 "number": {
                     "description": "鍗曞彿",
+                    "type": "string"
+                },
+                "productId": {
                     "type": "string"
                 },
                 "productName": {
@@ -4531,9 +4541,16 @@
                     "description": "鐩爣浣嶇疆",
                     "type": "string"
                 },
+                "toLocationId": {
+                    "type": "integer"
+                },
                 "unit": {
                     "description": "鍗曚綅",
                     "type": "string"
+                },
+                "weight": {
+                    "description": "閲嶉噺",
+                    "type": "number"
                 }
             }
         },

--
Gitblit v1.8.0