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 | 71 ++++++++++++++++++++++++++++++----- 1 files changed, 60 insertions(+), 11 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index c5cb506..f56fb3f 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2369,9 +2369,12 @@ 5, 6, 7, - 8 + 8, + 9, + 10 ], "x-enum-comments": { + "Absenteeism": "缂哄嫟", "EarlyWarningDay": "棰勮澶╂暟", "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷", "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷", @@ -2379,7 +2382,8 @@ "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇", "OutsourcingSupplierRange": "渚涜揣鑼冨洿", "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�", - "SalaryType": "鍢夎仈钖祫绫诲瀷" + "SalaryType": "鍢夎仈钖祫绫诲瀷", + "WildSilk": "閲庣氦" }, "x-enum-varnames": [ "MiniDictTypePlcBrand", @@ -2389,7 +2393,9 @@ "OutsourcingSupplierType", "OutsourcingSupplierCreditGrade", "OutsourcingSupplierRange", - "SalaryType" + "SalaryType", + "WildSilk", + "Absenteeism" ] }, "constvar.WorkerStatus": { @@ -2753,10 +2759,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -2785,6 +2787,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3359,10 +3367,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -3390,6 +3394,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3551,6 +3561,9 @@ "request.GetAttendanceStatistic": { "type": "object", "properties": { + "keyword": { + "type": "string" + }, "month": { "description": "鏈堜唤", "type": "string" @@ -3782,13 +3795,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": "鐘舵��", @@ -3798,8 +3831,16 @@ } ] }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, "workerId": { "description": "浜哄憳id", + "type": "string" + }, + "workerName": { + "description": "浜哄憳濮撳悕", "type": "string" } } @@ -4133,6 +4174,10 @@ "$ref": "#/definitions/constvar.AttendanceStatus" } ] + }, + "weekDay": { + "description": "鏄熸湡", + "type": "string" } } }, @@ -4181,6 +4226,10 @@ "description": "宸ョ", "type": "string" }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, "workerId": { "description": "浜哄憳id", "type": "string" -- Gitblit v1.8.0