From aba26abcad3be98c079e21c0b1289ab538548564 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 24 八月 2023 20:04:45 +0800 Subject: [PATCH] fix --- docs/docs.go | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e1ac368..2ff80f6 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3452,6 +3452,11 @@ "in": "query" }, { + "type": "integer", + "name": "status", + "in": "query" + }, + { "type": "string", "name": "supplierType", "in": "query" @@ -3582,6 +3587,11 @@ { "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "integer", + "name": "status", "in": "query" }, { @@ -7768,6 +7778,9 @@ "responsiblePersonId": { "type": "integer" }, + "status": { + "type": "integer" + }, "supplierType": { "type": "string" }, -- Gitblit v1.8.0