From 76a84d89d63041232c646ca28c59239dd00f7fc5 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 30 四月 2024 09:58:46 +0800 Subject: [PATCH] 薪资计算 --- docs/docs.go | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 218 insertions(+), 20 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index c3e6e3f..f56fb3f 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -201,6 +201,36 @@ } } }, + "/api-jl/v1/attendance/getTemplate": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鑾峰彇妯$増鍒楄〃", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.TemplateCategoryRequest" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-jl/v1/attendance/saveAttendanceRule": { "post": { "produces": [ @@ -218,6 +248,43 @@ "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/attendance/updateAttendance": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鏇存柊鑰冨嫟", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.UpdateAttendance" } }, { @@ -1589,7 +1656,7 @@ } }, "/api-jl/v1/system/getWorkshopManageList": { - "get": { + "post": { "produces": [ "application/json" ], @@ -2277,6 +2344,21 @@ "DictTypeSpec" ] }, + "constvar.FileTemplateCategory": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "FileTemplateCategory_Output": "鍑哄簱", + "FileTemplateCategory_Selfmade": "鍏ュ簱-鑷埗" + }, + "x-enum-varnames": [ + "FileTemplateCategory_Selfmade", + "FileTemplateCategory_Output" + ] + }, "constvar.MiniDictType": { "type": "integer", "enum": [ @@ -2287,9 +2369,12 @@ 5, 6, 7, - 8 + 8, + 9, + 10 ], "x-enum-comments": { + "Absenteeism": "缂哄嫟", "EarlyWarningDay": "棰勮澶╂暟", "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷", "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷", @@ -2297,7 +2382,8 @@ "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇", "OutsourcingSupplierRange": "渚涜揣鑼冨洿", "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�", - "SalaryType": "鍢夎仈钖祫绫诲瀷" + "SalaryType": "鍢夎仈钖祫绫诲瀷", + "WildSilk": "閲庣氦" }, "x-enum-varnames": [ "MiniDictTypePlcBrand", @@ -2307,7 +2393,9 @@ "OutsourcingSupplierType", "OutsourcingSupplierCreditGrade", "OutsourcingSupplierRange", - "SalaryType" + "SalaryType", + "WildSilk", + "Absenteeism" ] }, "constvar.WorkerStatus": { @@ -2671,10 +2759,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -2703,6 +2787,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -2954,10 +3044,6 @@ "id": { "type": "integer" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "startDate": { "description": "寮�濮嬫棩鏈�", "type": "string" @@ -2981,9 +3067,17 @@ "description": "宸ヤ汉ID", "type": "string" }, + "workshop": { + "description": "杞﹂棿缂栧彿", + "type": "string" + }, "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" } } }, @@ -3273,10 +3367,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -3304,6 +3394,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3333,7 +3429,8 @@ "startWorkerPosition", "workerId", "workshop", - "workshopGroup" + "workshopGroup", + "workshopName" ], "properties": { "endDate": { @@ -3357,12 +3454,16 @@ "type": "string" }, "workshop": { - "description": "杞﹂棿", + "description": "杞﹂棿缂栧彿", "type": "string" }, "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" } } }, @@ -3460,6 +3561,9 @@ "request.GetAttendanceStatistic": { "type": "object", "properties": { + "keyword": { + "type": "string" + }, "month": { "description": "鏈堜唤", "type": "string" @@ -3680,6 +3784,67 @@ } } }, + "request.TemplateCategoryRequest": { + "type": "object", + "properties": { + "category": { + "$ref": "#/definitions/constvar.FileTemplateCategory" + } + } + }, + "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": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/constvar.AttendanceStatus" + } + ] + }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, + "workerId": { + "description": "浜哄憳id", + "type": "string" + }, + "workerName": { + "description": "浜哄憳濮撳悕", + "type": "string" + } + } + }, "request.UpdateDict": { "type": "object", "properties": { @@ -3737,7 +3902,8 @@ "startWorkerPosition", "workerId", "workshop", - "workshopGroup" + "workshopGroup", + "workshopName" ], "properties": { "endDate": { @@ -3764,12 +3930,16 @@ "type": "string" }, "workshop": { - "description": "杞﹂棿", + "description": "杞﹂棿缂栧彿", "type": "string" }, "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" } } }, @@ -3973,8 +4143,28 @@ "response.AttendanceDetail": { "type": "object", "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": { @@ -3984,6 +4174,10 @@ "$ref": "#/definitions/constvar.AttendanceStatus" } ] + }, + "weekDay": { + "description": "鏄熸湡", + "type": "string" } } }, @@ -4032,6 +4226,10 @@ "description": "宸ョ", "type": "string" }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, "workerId": { "description": "浜哄憳id", "type": "string" -- Gitblit v1.8.0