From 26a2ae9619dfff4c43487ca39307c06be635c23f Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 21 十月 2023 17:42:51 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/docs.go | 35 +++++++++++------------------------ 1 files changed, 11 insertions(+), 24 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 80291e3..5255a2b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -736,7 +736,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/request.AddLocationProductAmount" + "$ref": "#/definitions/request.UpdateLocationProductAmount" } } ], @@ -2813,29 +2813,6 @@ } } }, - "request.AddLocationProductAmount": { - "type": "object", - "properties": { - "Amount": { - "description": "搴撳瓨鏁伴噺", - "type": "number" - }, - "adjustAmount": { - "description": "宸��", - "type": "number" - }, - "differenceAmount": { - "description": "璁℃暟鏁伴噺", - "type": "number" - }, - "locationId": { - "type": "integer" - }, - "productId": { - "type": "string" - } - } - }, "request.AddOperation": { "type": "object", "properties": { @@ -3122,6 +3099,12 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + }, + "productId": { + "type": "string" + }, + "wareHouseCode": { + "type": "string" } } }, @@ -3386,6 +3369,10 @@ "description": "璁℃暟鏁伴噺", "type": "number" }, + "locationId": { + "description": "浣嶇疆id", + "type": "integer" + }, "operationId": { "description": "鍑哄叆搴搃d", "type": "integer" -- Gitblit v1.8.0