From 038aa6802a08c7cb3e051f79087a79f20f1e36a3 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 04 三月 2024 10:19:52 +0800 Subject: [PATCH] 服务合同字段修改 --- docs/docs.go | 76 ++++++++++++++++++++++++++++++++++---- 1 files changed, 68 insertions(+), 8 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index abad8f3..1455302 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -5323,6 +5323,40 @@ } } }, + "/api/quotation/statistics": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Quotation" + ], + "summary": "鎶ヤ环鍗曠粺璁�", + "responses": { + "200": { + "description": "OK", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/contextx.Response" + }, + { + "type": "object", + "properties": { + "data": { + "type": "object", + "additionalProperties": { + "type": "integer" + } + } + } + } + ] + } + } + } + } + }, "/api/quotation/update": { "put": { "produces": [ @@ -9851,6 +9885,34 @@ } } }, + "/api/system/useSystemSet/{modeType}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "绯荤粺璁剧疆" + ], + "summary": "浣跨敤绯荤粺璁剧疆", + "parameters": [ + { + "type": "string", + "description": "鏌ヨ鍙傛暟", + "name": "modeType", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/response.ListResponse" + } + } + } + } + }, "/api/timeSpent/add": { "post": { "produces": [ @@ -11960,6 +12022,10 @@ "model.Quotation": { "type": "object", "properties": { + "amountTotal": { + "description": "浠锋牸鍚堣", + "type": "number" + }, "client": { "$ref": "#/definitions/model.Client" }, @@ -13415,10 +13481,10 @@ "id": { "type": "integer" }, - "name": { + "modeType": { "type": "string" }, - "systemType": { + "name": { "type": "string" }, "value": { @@ -16385,12 +16451,6 @@ "type": "array", "items": { "$ref": "#/definitions/model.SystemSet" - } - }, - "systemTypes": { - "type": "array", - "items": { - "type": "string" } } } -- Gitblit v1.8.0