From 780416dd70d9c863ddf8121b5c017db7a0801956 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 23 十一月 2023 18:41:37 +0800 Subject: [PATCH] 供应商修改 --- docs/docs.go | 220 +++++++++++++++++++++++++++--------------------------- 1 files changed, 110 insertions(+), 110 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index c4d2aff..240e3be 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -135,61 +135,6 @@ } } }, - "/con/downloadContract": { - "get": { - "security": [ - { - "ApiKeyAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Contract" - ], - "summary": "涓嬭浇Contract", - "parameters": [ - { - "type": "string", - "name": "created_at", - "in": "query" - }, - { - "type": "string", - "name": "fileName", - "in": "query" - }, - { - "type": "integer", - "description": "涓婚敭ID", - "name": "id", - "in": "query" - }, - { - "type": "integer", - "name": "supplierID", - "in": "query" - }, - { - "type": "string", - "name": "updated_at", - "in": "query" - } - ], - "responses": { - "200": { - "description": "{\"success\":true,\"data\":{},\"msg\":\"涓嬭浇鎴愬姛\"}", - "schema": { - "type": "string" - } - } - } - } - }, "/con/findContract": { "get": { "security": [ @@ -328,61 +273,6 @@ } } }, - "/con/previewContract": { - "get": { - "security": [ - { - "ApiKeyAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Contract" - ], - "summary": "棰勮Contract", - "parameters": [ - { - "type": "string", - "name": "created_at", - "in": "query" - }, - { - "type": "string", - "name": "fileName", - "in": "query" - }, - { - "type": "integer", - "description": "涓婚敭ID", - "name": "id", - "in": "query" - }, - { - "type": "integer", - "name": "supplierID", - "in": "query" - }, - { - "type": "string", - "name": "updated_at", - "in": "query" - } - ], - "responses": { - "200": { - "description": "{\"success\":true,\"data\":{},\"msg\":\"棰勮鎴愬姛\"}", - "schema": { - "type": "string" - } - } - } - } - }, "/con/updateContract": { "put": { "security": [ @@ -414,6 +304,61 @@ "responses": { "200": { "description": "{\"success\":true,\"data\":{},\"msg\":\"鏇存柊鎴愬姛\"}", + "schema": { + "type": "string" + } + } + } + } + }, + "/downloadContract": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Contract" + ], + "summary": "涓嬭浇Contract", + "parameters": [ + { + "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", + "name": "fileName", + "in": "query" + }, + { + "type": "integer", + "description": "涓婚敭ID", + "name": "id", + "in": "query" + }, + { + "type": "integer", + "name": "supplierID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", + "in": "query" + } + ], + "responses": { + "200": { + "description": "{\"success\":true,\"data\":{},\"msg\":\"涓嬭浇鎴愬姛\"}", "schema": { "type": "string" } @@ -1500,6 +1445,61 @@ } } }, + "/previewContract": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Contract" + ], + "summary": "棰勮Contract", + "parameters": [ + { + "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", + "name": "fileName", + "in": "query" + }, + { + "type": "integer", + "description": "涓婚敭ID", + "name": "id", + "in": "query" + }, + { + "type": "integer", + "name": "supplierID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", + "in": "query" + } + ], + "responses": { + "200": { + "description": "{\"success\":true,\"data\":{},\"msg\":\"棰勮鎴愬姛\"}", + "schema": { + "type": "string" + } + } + } + } + }, "/purchase/purchase": { "put": { "security": [ -- Gitblit v1.8.0