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 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/docs/swagger.json b/docs/swagger.json index 741cb43..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" @@ -4149,6 +4152,10 @@ "$ref": "#/definitions/constvar.AttendanceStatus" } ] + }, + "weekDay": { + "description": "鏄熸湡", + "type": "string" } } }, -- Gitblit v1.8.0