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.json |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index 140dac5..2e1c8b7 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -3539,6 +3539,9 @@
         "request.GetAttendanceStatistic": {
             "type": "object",
             "properties": {
+                "keyword": {
+                    "type": "string"
+                },
                 "month": {
                     "description": "鏈堜唤",
                     "type": "string"
@@ -3770,13 +3773,33 @@
         "request.UpdateAttendance": {
             "type": "object",
             "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": {
                     "description": "鐘舵��",
@@ -3786,8 +3809,16 @@
                         }
                     ]
                 },
+                "workTypeId": {
+                    "description": "宸ョid",
+                    "type": "integer"
+                },
                 "workerId": {
                     "description": "浜哄憳id",
+                    "type": "string"
+                },
+                "workerName": {
+                    "description": "浜哄憳濮撳悕",
                     "type": "string"
                 }
             }
@@ -4121,6 +4152,10 @@
                             "$ref": "#/definitions/constvar.AttendanceStatus"
                         }
                     ]
+                },
+                "weekDay": {
+                    "description": "鏄熸湡",
+                    "type": "string"
                 }
             }
         },
@@ -4169,6 +4204,10 @@
                     "description": "宸ョ",
                     "type": "string"
                 },
+                "workTypeId": {
+                    "description": "宸ョid",
+                    "type": "integer"
+                },
                 "workerId": {
                     "description": "浜哄憳id",
                     "type": "string"

--
Gitblit v1.8.0