From 41dc74023dcb4f1143095f326f8e142313f49500 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期日, 28 四月 2024 11:11:08 +0800
Subject: [PATCH] 修改
---
docs/swagger.yaml | 1526 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 1,511 insertions(+), 15 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 27b922f..2f13f68 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -1,4 +1,21 @@
definitions:
+ constvar.AttendanceStatus:
+ enum:
+ - 1
+ - 2
+ - 3
+ - 4
+ type: integer
+ x-enum-comments:
+ Abnormal: 寮傚父
+ Normal: 姝e父
+ Overtime: 鍔犵彮
+ Vacation: 浼戝亣
+ x-enum-varnames:
+ - Normal
+ - Overtime
+ - Vacation
+ - Abnormal
constvar.CarFlag:
enum:
- 1
@@ -50,6 +67,63 @@
- DictTypeWorkshop
- DictTypeColor
- DictTypeSpec
+ constvar.FileTemplateCategory:
+ enum:
+ - 1
+ - 2
+ type: integer
+ x-enum-comments:
+ FileTemplateCategory_Output: 鍑哄簱
+ FileTemplateCategory_Selfmade: 鍏ュ簱-鑷埗
+ x-enum-varnames:
+ - FileTemplateCategory_Selfmade
+ - FileTemplateCategory_Output
+ constvar.MiniDictType:
+ enum:
+ - 1
+ - 2
+ - 3
+ - 4
+ - 5
+ - 6
+ - 7
+ - 8
+ type: integer
+ x-enum-comments:
+ EarlyWarningDay: 棰勮澶╂暟
+ InspectionWayType: 璐ㄦ鏂瑰紡绫诲瀷
+ MiniDictTypeBomVersionType: Bom鐗堟湰绫诲瀷
+ MiniDictTypePlcBrand: PLC鍝佺墝
+ OutsourcingSupplierCreditGrade: 淇$敤绛夌骇
+ OutsourcingSupplierRange: 渚涜揣鑼冨洿
+ OutsourcingSupplierType: 濮斿渚涘簲鍟嗙被鍨�
+ SalaryType: 鍢夎仈钖祫绫诲瀷
+ x-enum-varnames:
+ - MiniDictTypePlcBrand
+ - MiniDictTypeBomVersionType
+ - EarlyWarningDay
+ - InspectionWayType
+ - OutsourcingSupplierType
+ - OutsourcingSupplierCreditGrade
+ - OutsourcingSupplierRange
+ - SalaryType
+ constvar.WorkerStatus:
+ enum:
+ - 1
+ - 2
+ - 3
+ - 4
+ type: integer
+ x-enum-comments:
+ WorkerStatusHoliday: 璇峰亣
+ WorkerStatusOvertime: 鍔犵彮
+ WorkerStatusRest: 浼戞伅
+ WorkerStatusWorking: 鍦ㄧ彮
+ x-enum-varnames:
+ - WorkerStatusWorking
+ - WorkerStatusRest
+ - WorkerStatusHoliday
+ - WorkerStatusOvertime
gorm.DeletedAt:
properties:
time:
@@ -57,6 +131,64 @@
valid:
description: Valid is true if Time is not NULL
type: boolean
+ type: object
+ models.AttendanceManage:
+ properties:
+ addPeople:
+ type: string
+ classes:
+ type: string
+ classesEndTime:
+ type: string
+ classesStartTime:
+ type: string
+ createTime:
+ type: string
+ createdAt:
+ type: string
+ date:
+ type: string
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ endWorkTime:
+ type: string
+ id:
+ type: integer
+ overTimeDuration:
+ type: number
+ startWorkTime:
+ type: string
+ status:
+ $ref: '#/definitions/constvar.AttendanceStatus'
+ updatedAt:
+ type: string
+ workType:
+ $ref: '#/definitions/models.WorkTypeManage'
+ workTypeId:
+ type: integer
+ workerId:
+ type: string
+ workerName:
+ type: string
+ type: object
+ models.AttendanceRule:
+ properties:
+ createdAt:
+ type: string
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ id:
+ type: integer
+ overTimeStart:
+ type: number
+ restDayRule:
+ type: integer
+ restDayStart:
+ type: number
+ updatedAt:
+ type: string
+ weekdayRule:
+ type: integer
type: object
models.Dict:
properties:
@@ -194,7 +326,7 @@
type: integer
quantity:
description: 鏁伴噺
- type: number
+ type: integer
sum:
description: 绾ゅ害鍚堣
type: number
@@ -259,6 +391,45 @@
description: 鏁伴噺
type: integer
type: object
+ models.Mentor:
+ properties:
+ createdAt:
+ type: string
+ creator:
+ type: string
+ days:
+ description: 澶╂暟
+ type: integer
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ id:
+ type: integer
+ month:
+ description: 鏈堜唤
+ type: string
+ updatedAt:
+ type: string
+ worker:
+ allOf:
+ - $ref: '#/definitions/models.Worker'
+ description: 宸ヤ汉
+ workerId:
+ description: 宸ヤ汉ID
+ type: string
+ type: object
+ models.MiniDict:
+ properties:
+ id:
+ type: integer
+ isDefault:
+ type: boolean
+ name:
+ type: string
+ type:
+ $ref: '#/definitions/constvar.MiniDictType'
+ value:
+ type: string
+ type: object
models.RawSilkPriceStandard:
properties:
createdAt:
@@ -282,6 +453,124 @@
updatedAt:
type: string
type: object
+ models.SalaryPlan:
+ properties:
+ addPeople:
+ type: string
+ createTime:
+ type: string
+ createdAt:
+ type: string
+ cycle:
+ type: string
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ id:
+ type: integer
+ name:
+ type: string
+ salaryFormula:
+ type: string
+ salaryType:
+ type: string
+ updatedAt:
+ type: string
+ workTypes:
+ items:
+ $ref: '#/definitions/models.WorkTypeManage'
+ type: array
+ type: object
+ models.WorkTypeManage:
+ properties:
+ addPeople:
+ type: string
+ createTime:
+ type: string
+ createdAt:
+ type: string
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ guaranteedWages:
+ type: number
+ id:
+ type: integer
+ isGuaranteed:
+ type: boolean
+ salaryPlans:
+ items:
+ $ref: '#/definitions/models.SalaryPlan'
+ type: array
+ updatedAt:
+ type: string
+ workName:
+ type: string
+ type: object
+ models.Worker:
+ properties:
+ addPeople:
+ type: string
+ employmentTime:
+ type: string
+ groupNumber:
+ type: integer
+ id:
+ type: string
+ name:
+ type: string
+ phoneNum:
+ type: string
+ shopId:
+ type: string
+ shopName:
+ type: string
+ status:
+ $ref: '#/definitions/constvar.WorkerStatus'
+ workType:
+ type: string
+ workTypeId:
+ type: integer
+ type: object
+ models.WorkerPosition:
+ properties:
+ createdAt:
+ type: string
+ creator:
+ type: string
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ endDate:
+ description: 缁撴潫鏃ユ湡
+ type: string
+ endWorkerPosition:
+ description: 缁撴潫杞﹀彿
+ type: integer
+ id:
+ type: integer
+ startDate:
+ description: 寮�濮嬫棩鏈�
+ type: string
+ startWorkerPosition:
+ description: 寮�濮嬭溅鍙�
+ type: integer
+ updatedAt:
+ type: string
+ worker:
+ allOf:
+ - $ref: '#/definitions/models.Worker'
+ description: 宸ヤ汉
+ workerId:
+ description: 宸ヤ汉ID
+ type: string
+ workshop:
+ description: 杞﹂棿缂栧彿
+ type: string
+ workshopGroup:
+ description: 杞︾粍
+ type: integer
+ workshopName:
+ description: 杞﹂棿鍚嶇О
+ type: string
+ type: object
models.WorkshopManage:
properties:
carFlag:
@@ -301,6 +590,8 @@
startCarNumber:
type: integer
updatedAt:
+ type: string
+ workshopName:
type: string
workshopNumber:
type: string
@@ -356,6 +647,12 @@
type: string
record:
type: number
+ selectOne:
+ type: boolean
+ selectThree:
+ type: boolean
+ selectTwo:
+ type: boolean
spec:
type: string
theorySilkAmount:
@@ -374,10 +671,10 @@
type: string
vehicleSpeed:
type: number
- workshopId:
- type: integer
workshopName:
description: 杞﹂棿鍚�
+ type: string
+ workshopNumber:
type: string
type: object
models.YieldRegisterCircle:
@@ -490,6 +787,80 @@
description: 杞︾粍
type: integer
type: object
+ request.AddMentorRequest:
+ properties:
+ days:
+ description: 澶╂暟
+ type: integer
+ month:
+ description: 鏈堜唤
+ type: string
+ workerId:
+ description: 宸ヤ汉ID
+ type: string
+ type: object
+ request.AddWorkPositionRequest:
+ properties:
+ endDate:
+ description: 缁撴潫鏃ユ湡
+ type: string
+ endWorkerPosition:
+ description: 缁撴潫杞﹀彿
+ type: integer
+ startDate:
+ description: 寮�濮嬫棩鏈�
+ type: string
+ startWorkerPosition:
+ description: 寮�濮嬭溅鍙�
+ type: integer
+ workerId:
+ description: 宸ヤ汉ID
+ type: string
+ workshop:
+ description: 杞﹂棿缂栧彿
+ type: string
+ workshopGroup:
+ description: 杞︾粍
+ type: integer
+ workshopName:
+ description: 杞﹂棿鍚嶇О
+ type: string
+ required:
+ - endDate
+ - endWorkerPosition
+ - startDate
+ - startWorkerPosition
+ - workerId
+ - workshop
+ - workshopGroup
+ - workshopName
+ type: object
+ request.ChangeYieldRegister:
+ properties:
+ createTime:
+ description: 鍒涘缓鏃堕棿
+ type: string
+ groupNumber:
+ description: 缁勫埆
+ type: integer
+ marketId:
+ description: 搴勫彛id
+ type: integer
+ spec:
+ description: 瑙勬牸
+ type: string
+ workshopNumber:
+ description: 杞﹂棿缂栫爜
+ type: string
+ type: object
+ request.DeleteAttendanceInfo:
+ properties:
+ ids:
+ description: 璁板綍id
+ items:
+ type: integer
+ type: array
+ type: object
request.DynamicsRank:
properties:
rankName:
@@ -512,10 +883,96 @@
type: integer
quantity:
description: 鏁伴噺
- type: number
+ type: integer
sum:
description: 鍚堣
type: number
+ type: object
+ request.GetAttendanceList:
+ properties:
+ keyword:
+ type: string
+ page:
+ description: 椤电爜
+ type: integer
+ pageSize:
+ description: 姣忛〉澶у皬
+ type: integer
+ type: object
+ request.GetAttendanceStatistic:
+ properties:
+ keyword:
+ type: string
+ month:
+ description: 鏈堜唤
+ type: string
+ type: object
+ request.GetMentorList:
+ properties:
+ keyword:
+ type: string
+ page:
+ description: 椤电爜
+ type: integer
+ pageSize:
+ description: 姣忛〉澶у皬
+ type: integer
+ type: object
+ request.GetSalaryPlanList:
+ properties:
+ keyword:
+ type: string
+ page:
+ description: 椤电爜
+ type: integer
+ pageSize:
+ description: 姣忛〉澶у皬
+ type: integer
+ type: object
+ request.GetWorkTypeList:
+ properties:
+ keyword:
+ type: string
+ page:
+ description: 椤电爜
+ type: integer
+ pageSize:
+ description: 姣忛〉澶у皬
+ type: integer
+ type: object
+ request.GetWorkerList:
+ properties:
+ keyword:
+ type: string
+ page:
+ description: 椤电爜
+ type: integer
+ pageSize:
+ description: 姣忛〉澶у皬
+ type: integer
+ type: object
+ request.GetWorkerPositionList:
+ properties:
+ keyword:
+ type: string
+ page:
+ description: 椤电爜
+ type: integer
+ pageSize:
+ description: 姣忛〉澶у皬
+ type: integer
+ type: object
+ request.GetWorkshopManageCar:
+ properties:
+ groupNumber:
+ description: 缁勫埆
+ type: integer
+ marketName:
+ description: 搴勫彛鍚�
+ type: string
+ workshopName:
+ description: 杞﹂棿鍚嶇О
+ type: string
type: object
request.GetYieldRegisterList:
properties:
@@ -530,6 +987,13 @@
pageSize:
description: 姣忛〉澶у皬
type: integer
+ type: object
+ request.PieceInfo:
+ properties:
+ pieceNumber:
+ type: integer
+ value:
+ type: number
type: object
request.RankStandard:
properties:
@@ -560,12 +1024,74 @@
description: 寮�濮嬬氦搴�
type: number
type: object
+ request.SalaryType:
+ properties:
+ type:
+ allOf:
+ - $ref: '#/definitions/constvar.MiniDictType'
+ description: 瀛楀吀绫诲瀷,钖祫绫诲瀷:8
+ values:
+ items:
+ $ref: '#/definitions/request.SalaryTypeValue'
+ type: array
+ type: object
+ request.SalaryTypeValue:
+ properties:
+ isDefault:
+ description: 鏄惁鍙紪杈�
+ type: boolean
+ name:
+ description: 鍚嶇О
+ type: string
+ type: object
request.SaveRankStandard:
properties:
rankStandard:
items:
$ref: '#/definitions/request.RankStandard'
type: array
+ type: object
+ request.TemplateCategoryRequest:
+ properties:
+ category:
+ $ref: '#/definitions/constvar.FileTemplateCategory'
+ type: object
+ request.UpdateAttendance:
+ properties:
+ classes:
+ description: 鐝
+ type: string
+ classesEndTime:
+ description: 鐝涓嬬彮鏃堕棿
+ type: string
+ classesStartTime:
+ description: 鐝寮�濮嬫椂闂�
+ type: string
+ date:
+ description: 鏃ユ湡
+ type: string
+ endWorkTime:
+ description: 涓嬬彮鎵撳崱鏃堕棿
+ type: string
+ overTimeDuration:
+ description: 鍔犵彮鏃堕暱
+ type: number
+ startWorkTime:
+ description: 涓婄彮鎵撳崱鏃堕棿
+ type: string
+ status:
+ allOf:
+ - $ref: '#/definitions/constvar.AttendanceStatus'
+ description: 鐘舵��
+ workTypeId:
+ description: 宸ョid
+ type: integer
+ workerId:
+ description: 浜哄憳id
+ type: string
+ workerName:
+ description: 浜哄憳濮撳悕
+ type: string
type: object
request.UpdateDict:
properties:
@@ -585,6 +1111,58 @@
description: 澶囨敞
type: string
type: object
+ request.UpdateMentorRequest:
+ properties:
+ days:
+ description: 澶╂暟
+ type: integer
+ id:
+ type: integer
+ month:
+ description: 鏈堜唤
+ type: string
+ workerId:
+ description: 宸ヤ汉ID
+ type: string
+ type: object
+ request.UpdateWorkerPositionRequest:
+ properties:
+ endDate:
+ description: 缁撴潫鏃ユ湡
+ type: string
+ endWorkerPosition:
+ description: 缁撴潫杞﹀彿
+ type: integer
+ id:
+ type: integer
+ startDate:
+ description: 寮�濮嬫棩鏈�
+ type: string
+ startWorkerPosition:
+ description: 寮�濮嬭溅鍙�
+ type: integer
+ workerId:
+ description: 宸ヤ汉ID
+ type: string
+ workshop:
+ description: 杞﹂棿缂栧彿
+ type: string
+ workshopGroup:
+ description: 杞︾粍
+ type: integer
+ workshopName:
+ description: 杞﹂棿鍚嶇О
+ type: string
+ required:
+ - endDate
+ - endWorkerPosition
+ - startDate
+ - startWorkerPosition
+ - workerId
+ - workshop
+ - workshopGroup
+ - workshopName
+ type: object
request.YieldRegisterCircleInfo:
properties:
allYield:
@@ -599,15 +1177,14 @@
oneYield:
description: 鍙颁骇
type: number
- pieceNumber:
- description: 鐗囨暟
- type: integer
+ pieceNumbers:
+ description: 鐗囨暟淇℃伅
+ items:
+ $ref: '#/definitions/request.PieceInfo'
+ type: array
reelingdiscount:
description: 缂姌
type: string
- value:
- description: 鍊�
- type: number
yieldRegisterId:
description: 浜ч噺鐧昏琛╥d
type: integer
@@ -672,6 +1249,15 @@
record:
description: 鐢熶骇鐢ㄦ椂
type: number
+ selectOne:
+ description: 钀戒笣妗舵暟1閫変腑
+ type: boolean
+ selectThree:
+ description: 钀戒笣妗舵暟3閫変腑
+ type: boolean
+ selectTwo:
+ description: 钀戒笣妗舵暟2閫変腑
+ type: boolean
spec:
description: 瑙勬牸
type: string
@@ -696,9 +1282,9 @@
vehicleSpeed:
description: 瀹炴椂杞﹂��
type: number
- workshopId:
- description: 杞﹂棿id
- type: integer
+ workshopNumber:
+ description: 杞﹂棿缂栫爜
+ type: string
type: object
request.YieldRegisterItemInfo:
properties:
@@ -720,6 +1306,87 @@
yieldRegisterId:
description: 浜ч噺鐧昏琛╥d
type: integer
+ type: object
+ response.AttendanceDetail:
+ properties:
+ classes:
+ description: 鐝
+ type: string
+ classesEndTime:
+ description: 鐝涓嬬彮鏃堕棿
+ type: string
+ classesStartTime:
+ description: 鐝寮�濮嬫椂闂�
+ type: string
+ date:
+ description: 鏃ユ湡
+ type: integer
+ endWorkTime:
+ description: 涓嬬彮鎵撳崱鏃堕棿
+ type: string
+ startWorkTime:
+ description: 涓婄彮鎵撳崱鏃堕棿
+ type: string
+ status:
+ allOf:
+ - $ref: '#/definitions/constvar.AttendanceStatus'
+ description: 鐘舵��
+ weekDay:
+ description: 鏄熸湡
+ type: string
+ type: object
+ response.AttendanceList:
+ properties:
+ list:
+ items:
+ $ref: '#/definitions/response.AttendanceStatistic'
+ type: array
+ type: object
+ response.AttendanceStatistic:
+ properties:
+ actualAttendanceDays:
+ description: 瀹為檯鍑哄嫟澶╂暟
+ type: integer
+ details:
+ description: 璇︽儏
+ items:
+ $ref: '#/definitions/response.AttendanceDetail'
+ type: array
+ month:
+ description: 鏈堜唤
+ type: string
+ requiredAttendanceDays:
+ description: 搴斿嚭鍕ゅぉ鏁�
+ type: integer
+ restDayOverTime:
+ description: 浼戞伅鏃ュ姞鐝椂闀�
+ type: number
+ weekdayOverTime:
+ description: 宸ヤ綔鏃ュ姞鐝椂闀�
+ type: number
+ workType:
+ description: 宸ョ
+ type: string
+ workTypeId:
+ description: 宸ョid
+ type: integer
+ workerId:
+ description: 浜哄憳id
+ type: string
+ workerName:
+ description: 浜哄憳濮撳悕
+ type: string
+ type: object
+ response.CarAndLevel:
+ properties:
+ car:
+ items:
+ items:
+ type: integer
+ type: array
+ type: array
+ level:
+ type: string
type: object
response.DynamicsRank:
properties:
@@ -795,6 +1462,211 @@
info:
contact: {}
paths:
+ /api-jl/v1/attendance/attendanceInput:
+ post:
+ produces:
+ - application/xlsx
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鑰冨嫟瀵煎叆
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/deleteAttendanceInfo:
+ delete:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.DeleteAttendanceInfo'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎鑰冨嫟淇℃伅
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/getAttendanceList:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetAttendanceList'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.AttendanceManage'
+ type: array
+ type: object
+ summary: 鑾峰彇鑰冨嫟鍒楄〃
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/getAttendanceRule:
+ get:
+ parameters:
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鑾峰彇鍔犵彮瑙勫垯
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/getAttendanceStatistic:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetAttendanceStatistic'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.Response'
+ - properties:
+ data:
+ $ref: '#/definitions/response.AttendanceList'
+ type: object
+ summary: 鑾峰彇鑰冨嫟缁熻
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/getTemplate:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.TemplateCategoryRequest'
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鑾峰彇妯$増鍒楄〃
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/saveAttendanceRule:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/models.AttendanceRule'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 淇濆瓨鍔犵彮瑙勫垯
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/attendance/updateAttendance:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.UpdateAttendance'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鏇存柊鑰冨嫟
+ tags:
+ - 鑰冨嫟绠$悊
+ /api-jl/v1/fineness/changeYieldRegister:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.ChangeYieldRegister'
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.Response'
+ - properties:
+ data:
+ $ref: '#/definitions/models.YieldRegister'
+ type: object
+ summary: 鍒囨崲浜ч噺鐧昏琛�
+ tags:
+ - 鐢熶骇绠$悊/浜ч噺鐧昏琛�
/api-jl/v1/fineness/check:
get:
parameters:
@@ -884,6 +1756,24 @@
summary: 绾ゅ害妫�楠岃鎯�
tags:
- 绾ゅ害妫�楠�
+ /api-jl/v1/fineness/deleteYieldRegister/{number}:
+ delete:
+ parameters:
+ - description: number
+ in: path
+ name: number
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎浜ч噺鐧昏琛ㄨ褰�
+ tags:
+ - 鐢熶骇绠$悊/浜ч噺鐧昏琛�
/api-jl/v1/fineness/getYieldRegisterInfo:
post:
parameters:
@@ -903,7 +1793,7 @@
- $ref: '#/definitions/util.Response'
- properties:
data:
- $ref: '#/definitions/models.YieldRegister'
+ $ref: '#/definitions/request.YieldRegisterInfo'
type: object
summary: 鑾峰彇浜ч噺鐧昏琛ㄨ鎯�
tags:
@@ -1047,6 +1937,240 @@
summary: 淇濆瓨浜ч噺鐧昏琛�
tags:
- 鐢熶骇绠$悊/浜ч噺鐧昏琛�
+ /api-jl/v1/mentor/createMentorInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.AddMentorRequest'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒涘缓甯﹀緬淇℃伅
+ tags:
+ - 甯﹀緬绠$悊
+ /api-jl/v1/mentor/deleteMentorInfo/{id}:
+ delete:
+ parameters:
+ - description: id
+ in: path
+ name: id
+ required: true
+ type: string
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎甯﹀緬淇℃伅
+ tags:
+ - 甯﹀緬绠$悊
+ /api-jl/v1/mentor/getMentorList:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetMentorList'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.Mentor'
+ type: array
+ type: object
+ summary: 鑾峰彇甯﹀緬淇℃伅鍒楄〃
+ tags:
+ - 甯﹀緬绠$悊
+ /api-jl/v1/mentor/updateMentorInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.UpdateMentorRequest'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鏇存柊甯﹀緬淇℃伅
+ tags:
+ - 甯﹀緬绠$悊
+ /api-jl/v1/salary/deleteSalaryPlanInfo/{id}:
+ delete:
+ parameters:
+ - description: id
+ in: path
+ name: id
+ required: true
+ type: string
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎钖叕鏂规
+ tags:
+ - 鍛樺伐钖祫/钖叕鏂规
+ /api-jl/v1/salary/getSalaryPlanList:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetSalaryPlanList'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.SalaryPlan'
+ type: array
+ type: object
+ summary: 鑾峰彇钖叕鏂规鍒楄〃
+ tags:
+ - 鍛樺伐钖祫/钖叕鏂规
+ /api-jl/v1/salary/getSalaryTypeList/{type}:
+ get:
+ parameters:
+ - description: type
+ in: path
+ name: number
+ required: true
+ type: string
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.MiniDict'
+ type: array
+ type: object
+ summary: 鑾峰彇钖祫绫诲瀷鍒楄〃
+ tags:
+ - 鍛樺伐钖祫/钖叕鏂规
+ /api-jl/v1/salary/saveSalaryPlan:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/models.SalaryPlan'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 淇濆瓨钖叕鏂规
+ tags:
+ - 鍛樺伐钖祫/钖叕鏂规
+ /api-jl/v1/salary/saveSalaryType:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.SalaryType'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 淇濆瓨钖祫绫诲瀷
+ tags:
+ - 鍛樺伐钖祫/钖叕鏂规
/api-jl/v1/system/deletePriceStandard/{id}:
delete:
parameters:
@@ -1188,6 +2312,66 @@
summary: 鍒犻櫎瀛楀吀
tags:
- 绯荤粺璁剧疆/瀛楀吀
+ /api-jl/v1/system/getCarAndLevel:
+ 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:
+ $ref: '#/definitions/response.CarAndLevel'
+ type: object
+ 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:
@@ -1257,8 +2441,38 @@
summary: 鑾峰彇鐢熶笣绛夌骇
tags:
- 绯荤粺璁剧疆/鐢熶笣瀹氱骇鏍囧噯
- /api-jl/v1/system/getWorkshopManageList:
+ /api-jl/v1/system/getWorkshopManageGroup/{number}:
get:
+ parameters:
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ - description: number
+ in: path
+ name: number
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.Response'
+ - properties:
+ data:
+ additionalProperties:
+ type: integer
+ type: object
+ type: object
+ summary: 鑾峰彇杞﹂棿缁勫埆
+ tags:
+ - 绯荤粺璁剧疆/杞﹂棿绠$悊
+ /api-jl/v1/system/getWorkshopManageList:
+ post:
parameters:
- description: token
in: header
@@ -1355,4 +2569,286 @@
summary: 淇濆瓨杞﹂棿绠$悊
tags:
- 绯荤粺璁剧疆/杞﹂棿绠$悊
+ /api-jl/v1/worker/createWorkerInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/models.Worker'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒涘缓浜哄憳淇℃伅
+ tags:
+ - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+ /api-jl/v1/worker/deleteWorkTypeInfo/{id}:
+ delete:
+ parameters:
+ - description: id
+ in: path
+ name: id
+ required: true
+ type: string
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎宸ョ淇℃伅
+ tags:
+ - 鍛樺伐绠$悊/宸ョ淇℃伅
+ /api-jl/v1/worker/deleteWorkerInfo/{id}:
+ delete:
+ parameters:
+ - description: id
+ in: path
+ name: id
+ required: true
+ type: string
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎浜哄憳淇℃伅
+ tags:
+ - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+ /api-jl/v1/worker/getWorkTypeList:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetWorkTypeList'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.WorkTypeManage'
+ type: array
+ type: object
+ summary: 鑾峰彇宸ョ鍒楄〃
+ tags:
+ - 鍛樺伐绠$悊/宸ョ淇℃伅
+ /api-jl/v1/worker/getWorkerList:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetWorkerList'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.Worker'
+ type: array
+ type: object
+ summary: 鑾峰彇浜哄憳淇℃伅鍒楄〃
+ tags:
+ - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+ /api-jl/v1/worker/saveWorkTypeInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/models.WorkTypeManage'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 淇濆瓨宸ョ淇℃伅
+ tags:
+ - 鍛樺伐绠$悊/宸ョ淇℃伅
+ /api-jl/v1/worker/updateWorkerInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/models.Worker'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鏇存柊浜哄憳淇℃伅
+ tags:
+ - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+ /api-jl/v1/workerPosition/createWorkerPositionInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.AddWorkPositionRequest'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒涘缓鏈哄彴淇℃伅
+ tags:
+ - 鏈哄彴绠$悊
+ /api-jl/v1/workerPosition/deleteWorkerPositionInfo/{id}:
+ delete:
+ parameters:
+ - description: id
+ in: path
+ name: id
+ required: true
+ type: string
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鍒犻櫎鏈哄彴淇℃伅
+ tags:
+ - 鏈哄彴绠$悊
+ /api-jl/v1/workerPosition/getWorkerPositionList:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.GetWorkerPositionList'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.WorkerPosition'
+ type: array
+ type: object
+ summary: 鑾峰彇鏈哄彴淇℃伅鍒楄〃
+ tags:
+ - 鏈哄彴绠$悊
+ /api-jl/v1/workerPosition/updateWorkerPositionInfo:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.UpdateWorkerPositionRequest'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ $ref: '#/definitions/util.Response'
+ summary: 鏇存柊鏈哄彴淇℃伅
+ tags:
+ - 鏈哄彴绠$悊
swagger: "2.0"
--
Gitblit v1.8.0