From 43c71d8c5f0f65f919a8600b411ebb614097549b Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 18 四月 2024 16:10:33 +0800 Subject: [PATCH] 工种与薪资方案 --- docs/docs.go | 97 ++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 85 insertions(+), 12 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 11a91f9..3a2131b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -265,7 +265,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/models.YieldRegister" + "$ref": "#/definitions/request.YieldRegisterInfo" } } } @@ -762,6 +762,58 @@ "properties": { "data": { "$ref": "#/definitions/response.CarAndLevel" + } + } + } + ] + } + } + } + } + }, + "/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" + } } } } @@ -1371,7 +1423,7 @@ }, "quantity": { "description": "鏁伴噺", - "type": "number" + "type": "integer" }, "sum": { "description": "绾ゅ害鍚堣", @@ -1613,6 +1665,15 @@ "record": { "type": "number" }, + "selectOne": { + "type": "boolean" + }, + "selectThree": { + "type": "boolean" + }, + "selectTwo": { + "type": "boolean" + }, "spec": { "type": "string" }, @@ -1640,11 +1701,11 @@ "vehicleSpeed": { "type": "number" }, - "workshopId": { - "type": "integer" - }, "workshopName": { "description": "杞﹂棿鍚�", + "type": "string" + }, + "workshopNumber": { "type": "string" } } @@ -1829,9 +1890,9 @@ "description": "瑙勬牸", "type": "string" }, - "workshopId": { - "description": "杞﹂棿id", - "type": "integer" + "workshopNumber": { + "description": "杞﹂棿缂栫爜", + "type": "string" } } }, @@ -1865,7 +1926,7 @@ }, "quantity": { "description": "鏁伴噺", - "type": "number" + "type": "integer" }, "sum": { "description": "鍚堣", @@ -2121,6 +2182,18 @@ "description": "鐢熶骇鐢ㄦ椂", "type": "number" }, + "selectOne": { + "description": "钀戒笣妗舵暟1閫変腑", + "type": "boolean" + }, + "selectThree": { + "description": "钀戒笣妗舵暟3閫変腑", + "type": "boolean" + }, + "selectTwo": { + "description": "钀戒笣妗舵暟2閫変腑", + "type": "boolean" + }, "spec": { "description": "瑙勬牸", "type": "string" @@ -2153,9 +2226,9 @@ "description": "瀹炴椂杞﹂��", "type": "number" }, - "workshopId": { - "description": "杞﹂棿id", - "type": "integer" + "workshopNumber": { + "description": "杞﹂棿缂栫爜", + "type": "string" } } }, -- Gitblit v1.8.0