From 9c14e884db911a2094d26c2a509f752a729f8e8d Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 16 四月 2024 10:56:36 +0800
Subject: [PATCH] 人员管理
---
docs/swagger.yaml | 66 ++++++++++++++++++++++++++++-----
1 files changed, 56 insertions(+), 10 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index ac8304c..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
@@ -358,6 +358,12 @@
type: string
record:
type: number
+ selectOne:
+ type: boolean
+ selectThree:
+ type: boolean
+ selectTwo:
+ type: boolean
spec:
type: string
theorySilkAmount:
@@ -376,10 +382,10 @@
type: string
vehicleSpeed:
type: number
- workshopId:
- type: integer
workshopName:
description: 杞﹂棿鍚�
+ type: string
+ workshopNumber:
type: string
type: object
models.YieldRegisterCircle:
@@ -506,9 +512,9 @@
spec:
description: 瑙勬牸
type: string
- workshopId:
- description: 杞﹂棿id
- type: integer
+ workshopNumber:
+ description: 杞﹂棿缂栫爜
+ type: string
type: object
request.DynamicsRank:
properties:
@@ -532,7 +538,7 @@
type: integer
quantity:
description: 鏁伴噺
- type: number
+ type: integer
sum:
description: 鍚堣
type: number
@@ -710,6 +716,15 @@
record:
description: 鐢熶骇鐢ㄦ椂
type: number
+ selectOne:
+ description: 钀戒笣妗舵暟1閫変腑
+ type: boolean
+ selectThree:
+ description: 钀戒笣妗舵暟3閫変腑
+ type: boolean
+ selectTwo:
+ description: 钀戒笣妗舵暟2閫変腑
+ type: boolean
spec:
description: 瑙勬牸
type: string
@@ -734,9 +749,9 @@
vehicleSpeed:
description: 瀹炴椂杞﹂��
type: number
- workshopId:
- description: 杞﹂棿id
- type: integer
+ workshopNumber:
+ description: 杞﹂棿缂栫爜
+ type: string
type: object
request.YieldRegisterItemInfo:
properties:
@@ -1308,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