From 67cf4fc49fdea5dcdd8007a94227f8486881c6bb Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 26 九月 2023 19:25:42 +0800 Subject: [PATCH] 部分功能修改 --- docs/docs.go | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index bd498d8..faca9b4 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -4281,6 +4281,11 @@ }, { "type": "string", + "name": "supplierName", + "in": "query" + }, + { + "type": "string", "name": "unit", "in": "query" }, @@ -4415,6 +4420,11 @@ { "type": "integer", "name": "supplierId", + "in": "query" + }, + { + "type": "string", + "name": "supplierName", "in": "query" }, { @@ -4558,6 +4568,11 @@ { "type": "integer", "name": "supplierId", + "in": "query" + }, + { + "type": "string", + "name": "supplierName", "in": "query" }, { @@ -5016,6 +5031,48 @@ "in": "query" } ], + "responses": { + "200": { + "description": "鍒嗛〉鑾峰彇璐ㄦ鍗曞垪琛�,杩斿洖鍖呮嫭鍒楄〃,鎬绘暟,椤电爜,姣忛〉鏁伴噺", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.PageResult" + }, + "msg": { + "type": "string" + } + } + } + ] + } + } + } + } + }, + "/purchase/qualityTest": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "QualityInspect" + ], + "summary": "QualityTest", "responses": { "200": { "description": "鍒嗛〉鑾峰彇璐ㄦ鍗曞垪琛�,杩斿洖鍖呮嫭鍒楄〃,鎬绘暟,椤电爜,姣忛〉鏁伴噺", @@ -10413,6 +10470,9 @@ "supplierId": { "type": "integer" }, + "supplierName": { + "type": "string" + }, "unit": { "type": "string" }, -- Gitblit v1.8.0