From ee6a6653fc5fd35d44686a8f874ec83ecf4b47db Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期六, 26 八月 2023 16:16:01 +0800 Subject: [PATCH] fix --- docs/docs.go | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 3475348..9eb2c74 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3785,6 +3785,16 @@ }, { "type": "string", + "name": "specifications", + "in": "query" + }, + { + "type": "integer", + "name": "supplierId", + "in": "query" + }, + { + "type": "string", "name": "unit", "in": "query" } @@ -3893,7 +3903,17 @@ }, { "type": "string", + "name": "specifications", + "in": "query" + }, + { + "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "integer", + "name": "supplierId", "in": "query" }, { @@ -4006,7 +4026,17 @@ }, { "type": "string", + "name": "specifications", + "in": "query" + }, + { + "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "integer", + "name": "supplierId", "in": "query" }, { @@ -8675,6 +8705,15 @@ "shippingDuration": { "type": "integer" }, + "specifications": { + "type": "string" + }, + "supplier": { + "$ref": "#/definitions/test.Supplier" + }, + "supplierId": { + "type": "integer" + }, "unit": { "type": "string" } -- Gitblit v1.8.0