From 71659c0770605f8401cd484682b4b05ac3b58cd4 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 18 四月 2024 16:10:50 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/silk/silkServer --- docs/swagger.json | 95 ++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 84 insertions(+), 11 deletions(-) diff --git a/docs/swagger.json b/docs/swagger.json index 95ce659..d8f2eae 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -759,6 +759,58 @@ } } }, + "/api-jl/v1/system/getCarNumber": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "绯荤粺璁剧疆/杞﹂棿绠$悊" + ], + "summary": "鑾峰彇杞﹁締缂栧彿", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.GetWorkshopManageCar" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "integer" + } + } + } + } + ] + } + } + } + } + }, "/api-jl/v1/system/getPriceStandardList": { "get": { "produces": [ @@ -1359,7 +1411,7 @@ }, "quantity": { "description": "鏁伴噺", - "type": "number" + "type": "integer" }, "sum": { "description": "绾ゅ害鍚堣", @@ -1601,6 +1653,15 @@ "record": { "type": "number" }, + "selectOne": { + "type": "boolean" + }, + "selectThree": { + "type": "boolean" + }, + "selectTwo": { + "type": "boolean" + }, "spec": { "type": "string" }, @@ -1628,11 +1689,11 @@ "vehicleSpeed": { "type": "number" }, - "workshopId": { - "type": "integer" - }, "workshopName": { "description": "杞﹂棿鍚�", + "type": "string" + }, + "workshopNumber": { "type": "string" } } @@ -1817,9 +1878,9 @@ "description": "瑙勬牸", "type": "string" }, - "workshopId": { - "description": "杞﹂棿id", - "type": "integer" + "workshopNumber": { + "description": "杞﹂棿缂栫爜", + "type": "string" } } }, @@ -1853,7 +1914,7 @@ }, "quantity": { "description": "鏁伴噺", - "type": "number" + "type": "integer" }, "sum": { "description": "鍚堣", @@ -2109,6 +2170,18 @@ "description": "鐢熶骇鐢ㄦ椂", "type": "number" }, + "selectOne": { + "description": "钀戒笣妗舵暟1閫変腑", + "type": "boolean" + }, + "selectThree": { + "description": "钀戒笣妗舵暟3閫変腑", + "type": "boolean" + }, + "selectTwo": { + "description": "钀戒笣妗舵暟2閫変腑", + "type": "boolean" + }, "spec": { "description": "瑙勬牸", "type": "string" @@ -2141,9 +2214,9 @@ "description": "瀹炴椂杞﹂��", "type": "number" }, - "workshopId": { - "description": "杞﹂棿id", - "type": "integer" + "workshopNumber": { + "description": "杞﹂棿缂栫爜", + "type": "string" } } }, -- Gitblit v1.8.0