From 97f8c17ef33e511d515164f1b1f00dd0fb9cd01f Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 18 十月 2023 09:56:19 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/docs.go | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index cf3da7a..d00b1a0 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3346,12 +3346,12 @@ "request.UpdateLocationProductAmount": { "type": "object", "properties": { - "Amount": { - "description": "搴撳瓨鏁伴噺", - "type": "number" - }, "adjustAmount": { "description": "LocationProductAmountId int ` + "`" + `json:\"locationProductAmountId\"` + "`" + ` //搴撳瓨鐩樼偣id", + "type": "number" + }, + "amount": { + "description": "搴撳瓨鏁伴噺", "type": "number" }, "differenceAmount": { @@ -3570,14 +3570,6 @@ "description": "鏁伴噺", "type": "number" }, - "baseOperationType": { - "description": "鍩虹浣滀笟绫诲瀷", - "allOf": [ - { - "$ref": "#/definitions/constvar.BaseOperationType" - } - ] - }, "contactedName": { "description": "瀹屾垚鑰�", "type": "string" @@ -3592,6 +3584,14 @@ }, "number": { "description": "鍗曞彿", + "type": "string" + }, + "productName": { + "description": "浜у搧鍚嶇О", + "type": "string" + }, + "status": { + "description": "鐘舵��", "type": "string" }, "toLocation": { @@ -3702,6 +3702,8 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, + LeftDelim: "{{", + RightDelim: "}}", } func init() { -- Gitblit v1.8.0