From 4d61fe8d8755ff2166ce7ac6adaa16c5f917fd33 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 18 十月 2023 16:28:40 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/docs.go | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 3f9e79b..b1cd031 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2948,6 +2948,10 @@ "description": "浠撳簱鍚嶇О", "type": "string" }, + "prefix": { + "description": "鍓嶇紑", + "type": "string" + }, "printLabel": { "description": "鏄惁鎵撳嵃鏍囩", "type": "boolean" @@ -3512,6 +3516,10 @@ "description": "浠撳簱鍚嶇О", "type": "string" }, + "prefix": { + "description": "鍓嶇紑", + "type": "string" + }, "printLabel": { "description": "鏄惁鎵撳嵃鏍囩", "type": "boolean" @@ -3726,8 +3734,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0