From 431caa4055c117b413736e302206c1089c486b36 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 15 十二月 2023 16:14:48 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/docs.go | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 1ec49df..9db38a4 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3708,6 +3708,10 @@ "fromLocationId": { "type": "integer" }, + "number": { + "description": "Unit string ` + "`" + `json:\"unit\"` + "`" + `", + "type": "string" + }, "productId": { "type": "string" }, @@ -4708,6 +4712,10 @@ "operationId": { "type": "integer" }, + "operationTypeName": { + "description": "浣滀笟绫诲瀷鍚嶇О", + "type": "string" + }, "productId": { "type": "string" }, @@ -4742,6 +4750,10 @@ "amount": { "description": "鏁伴噺", "type": "number" + }, + "locationId": { + "description": "浣嶇疆id", + "type": "integer" }, "locationName": { "description": "浣嶇疆鍚嶇О", @@ -4834,6 +4846,8 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, + LeftDelim: "{{", + RightDelim: "}}", } func init() { -- Gitblit v1.8.0