From 20af882d5a8b59f4c4a5645fd2e4fd4a244609f2 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 22 四月 2024 16:40:45 +0800 Subject: [PATCH] 考勤统计 --- docs/docs.go | 258 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 258 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 3cceedb..c3e6e3f 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -124,6 +124,120 @@ } } }, + "/api-jl/v1/attendance/getAttendanceRule": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鑾峰彇鍔犵彮瑙勫垯", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-jl/v1/attendance/getAttendanceStatistic": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鑾峰彇鑰冨嫟缁熻", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.GetAttendanceStatistic" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.AttendanceList" + } + } + } + ] + } + } + } + } + }, + "/api-jl/v1/attendance/saveAttendanceRule": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "淇濆瓨鍔犵彮瑙勫垯", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/models.AttendanceRule" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-jl/v1/fineness/changeYieldRegister": { "post": { "produces": [ @@ -2079,6 +2193,27 @@ } }, "definitions": { + "constvar.AttendanceStatus": { + "type": "integer", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-enum-comments": { + "Abnormal": "寮傚父", + "Normal": "姝e父", + "Overtime": "鍔犵彮", + "Vacation": "浼戝亣" + }, + "x-enum-varnames": [ + "Normal", + "Overtime", + "Vacation", + "Abnormal" + ] + }, "constvar.CarFlag": { "type": "integer", "enum": [ @@ -2241,17 +2376,58 @@ "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" + } + } + }, + "models.AttendanceRule": { + "type": "object", + "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" } } }, @@ -3219,6 +3395,7 @@ "type": "object", "properties": { "ids": { + "description": "璁板綍id", "type": "array", "items": { "type": "integer" @@ -3277,6 +3454,15 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + } + } + }, + "request.GetAttendanceStatistic": { + "type": "object", + "properties": { + "month": { + "description": "鏈堜唤", + "type": "string" } } }, @@ -3784,6 +3970,78 @@ } } }, + "response.AttendanceDetail": { + "type": "object", + "properties": { + "date": { + "description": "鏃ユ湡", + "type": "string" + }, + "status": { + "description": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/constvar.AttendanceStatus" + } + ] + } + } + }, + "response.AttendanceList": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/response.AttendanceStatistic" + } + } + } + }, + "response.AttendanceStatistic": { + "type": "object", + "properties": { + "actualAttendanceDays": { + "description": "瀹為檯鍑哄嫟澶╂暟", + "type": "integer" + }, + "details": { + "description": "璇︽儏", + "type": "array", + "items": { + "$ref": "#/definitions/response.AttendanceDetail" + } + }, + "month": { + "description": "鏈堜唤", + "type": "string" + }, + "requiredAttendanceDays": { + "description": "搴斿嚭鍕ゅぉ鏁�", + "type": "integer" + }, + "restDayOverTime": { + "description": "浼戞伅鏃ュ姞鐝椂闀�", + "type": "number" + }, + "weekdayOverTime": { + "description": "宸ヤ綔鏃ュ姞鐝椂闀�", + "type": "number" + }, + "workType": { + "description": "宸ョ", + "type": "string" + }, + "workerId": { + "description": "浜哄憳id", + "type": "string" + }, + "workerName": { + "description": "浜哄憳濮撳悕", + "type": "string" + } + } + }, "response.CarAndLevel": { "type": "object", "properties": { -- Gitblit v1.8.0