From 067650e77790adeb5222b7736649cb5b6b016162 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 28 四月 2024 10:49:44 +0800 Subject: [PATCH] 时间范围和该工人以往添加记录重复性校验 --- docs/swagger.yaml | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 385f797..2f13f68 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -901,6 +901,8 @@ type: object request.GetAttendanceStatistic: properties: + keyword: + type: string month: description: 鏈堜唤 type: string @@ -1056,18 +1058,39 @@ 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: @@ -1308,6 +1331,9 @@ allOf: - $ref: '#/definitions/constvar.AttendanceStatus' description: 鐘舵�� + weekDay: + description: 鏄熸湡 + type: string type: object response.AttendanceList: properties: @@ -1341,6 +1367,9 @@ workType: description: 宸ョ type: string + workTypeId: + description: 宸ョid + type: integer workerId: description: 浜哄憳id type: string -- Gitblit v1.8.0