From 96844c22ef3fba86a55e0af1b51bc1009d6fa950 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 20 十月 2023 11:57:48 +0800 Subject: [PATCH] 1.库存盘点bug修改 --- docs/docs.go | 31 +++++-------------------------- 1 files changed, 5 insertions(+), 26 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 80291e3..d6dafcd 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": { @@ -3386,6 +3363,10 @@ "description": "璁℃暟鏁伴噺", "type": "number" }, + "locationId": { + "description": "浣嶇疆id", + "type": "integer" + }, "operationId": { "description": "鍑哄叆搴搃d", "type": "integer" @@ -3734,8 +3715,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0