From c278d736f5f9c0ab4a64540aa1a6b89984b0cd2c Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 19 十月 2023 15:52:37 +0800 Subject: [PATCH] 1.wms业务调整及bug修改 --- docs/docs.go | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index d00b1a0..4e48dec 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2948,6 +2948,10 @@ "description": "浠撳簱鍚嶇О", "type": "string" }, + "prefix": { + "description": "鍓嶇紑", + "type": "string" + }, "printLabel": { "description": "鏄惁鎵撳嵃鏍囩", "type": "boolean" @@ -3488,6 +3492,10 @@ "description": "浠撳簱鍚嶇О", "type": "string" }, + "prefix": { + "description": "鍓嶇紑", + "type": "string" + }, "printLabel": { "description": "鏄惁鎵撳嵃鏍囩", "type": "boolean" @@ -3702,8 +3710,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0