From 34dd354c55ffff3339a3232a7a1ba6ec8fe49f60 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期六, 21 十月 2023 16:27:59 +0800 Subject: [PATCH] 1.修改报废信息接口增加基础作业类型 --- docs/docs.go | 31 +++++-------------------------- 1 files changed, 5 insertions(+), 26 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 2d534d2..61803f5 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": { @@ -3392,6 +3369,10 @@ "description": "璁℃暟鏁伴噺", "type": "number" }, + "locationId": { + "description": "浣嶇疆id", + "type": "integer" + }, "operationId": { "description": "鍑哄叆搴搃d", "type": "integer" @@ -3740,8 +3721,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0