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.yaml | 51 +++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 41 insertions(+), 10 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 434f815..da57293 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -194,7 +194,7 @@ type: integer quantity: description: 鏁伴噺 - type: number + type: integer sum: description: 绾ゅ害鍚堣 type: number @@ -382,10 +382,10 @@ type: string vehicleSpeed: type: number - workshopId: - type: integer workshopName: description: 杞﹂棿鍚� + type: string + workshopNumber: type: string type: object models.YieldRegisterCircle: @@ -512,9 +512,9 @@ spec: description: 瑙勬牸 type: string - workshopId: - description: 杞﹂棿id - type: integer + workshopNumber: + description: 杞﹂棿缂栫爜 + type: string type: object request.DynamicsRank: properties: @@ -538,7 +538,7 @@ type: integer quantity: description: 鏁伴噺 - type: number + type: integer sum: description: 鍚堣 type: number @@ -749,9 +749,9 @@ vehicleSpeed: description: 瀹炴椂杞﹂�� type: number - workshopId: - description: 杞﹂棿id - type: integer + workshopNumber: + description: 杞﹂棿缂栫爜 + type: string type: object request.YieldRegisterItemInfo: properties: @@ -1323,6 +1323,37 @@ summary: 鑾峰彇杞﹁締缂栧彿鍜岀瓑绾� tags: - 绯荤粺璁剧疆/杞﹂棿绠$悊 + /api-jl/v1/system/getCarNumber: + post: + parameters: + - description: token + in: header + name: Authorization + required: true + type: string + - description: 鍙傛暟 + in: body + name: object + required: true + schema: + $ref: '#/definitions/request.GetWorkshopManageCar' + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.Response' + - properties: + data: + items: + type: integer + type: array + type: object + summary: 鑾峰彇杞﹁締缂栧彿 + tags: + - 绯荤粺璁剧疆/杞﹂棿绠$悊 /api-jl/v1/system/getPriceStandardList: get: parameters: -- Gitblit v1.8.0