From d1fa69153ac1e7536291d5a999564f5a8b3bac3c Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 22 十一月 2023 09:58:08 +0800 Subject: [PATCH] 修改合同管理别表bug --- docs/docs.go | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index fa1dca8..d83cda9 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -15659,6 +15659,9 @@ "request.GetContractList": { "type": "object", "properties": { + "keyword": { + "type": "string" + }, "page": { "description": "椤电爜", "type": "integer" @@ -19656,8 +19659,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0