From 7d06c6472f1acea6b2e49e7b8837bf555e94e219 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 07 五月 2024 16:21:06 +0800 Subject: [PATCH] fox --- docs/docs.go | 289 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 274 insertions(+), 15 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index f4e0312..e1824a3 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": [ @@ -369,7 +399,7 @@ } } }, - "post": { + "put": { "produces": [ "application/json" ], @@ -379,13 +409,20 @@ "summary": "绾ゅ害妫�楠屼慨鏀�", "parameters": [ { - "description": "瀛楀吀淇℃伅", + "description": "鍙傛暟", "name": "object", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/models.FinenessCheck" + "$ref": "#/definitions/response.FinenessCheckInfo" } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { @@ -758,6 +795,58 @@ "description": "鎴愬姛", "schema": { "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-jl/v1/forms/salaryReportForms": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鎶ヨ〃绠$悊" + ], + "summary": "钖祫鎶ヨ〃", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.SalaryReportForms" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/response.SalaryReportForms" + } + } + } + } + ] } } } @@ -2314,6 +2403,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": [ @@ -2324,9 +2428,12 @@ 5, 6, 7, - 8 + 8, + 9, + 10 ], "x-enum-comments": { + "Absenteeism": "缂哄嫟", "EarlyWarningDay": "棰勮澶╂暟", "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷", "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷", @@ -2334,7 +2441,8 @@ "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇", "OutsourcingSupplierRange": "渚涜揣鑼冨洿", "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�", - "SalaryType": "鍢夎仈钖祫绫诲瀷" + "SalaryType": "鍢夎仈钖祫绫诲瀷", + "WildSilk": "閲庣氦" }, "x-enum-varnames": [ "MiniDictTypePlcBrand", @@ -2344,7 +2452,9 @@ "OutsourcingSupplierType", "OutsourcingSupplierCreditGrade", "OutsourcingSupplierRange", - "SalaryType" + "SalaryType", + "WildSilk", + "Absenteeism" ] }, "constvar.WorkerStatus": { @@ -2415,6 +2525,9 @@ }, "overTimeDuration": { "type": "number" + }, + "phoneNum": { + "type": "string" }, "startWorkTime": { "type": "string" @@ -2708,10 +2821,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -2740,6 +2849,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -2876,10 +2991,14 @@ "type": "string" }, "salaryFormula": { + "description": "SalaryType string ` + "`" + `json:\"salaryType\" gorm:\"type:varchar(255);comment:钖祫绫诲瀷\"` + "`" + `", "type": "string" }, "salaryType": { - "type": "string" + "$ref": "#/definitions/models.MiniDict" + }, + "salaryTypeId": { + "type": "integer" }, "updatedAt": { "type": "string" @@ -3314,10 +3433,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -3345,6 +3460,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3506,6 +3627,9 @@ "request.GetAttendanceStatistic": { "type": "object", "properties": { + "keyword": { + "type": "string" + }, "month": { "description": "鏈堜唤", "type": "string" @@ -3683,6 +3807,25 @@ } } }, + "request.SalaryReportForms": { + "type": "object", + "properties": { + "keyword": { + "type": "string" + }, + "month": { + "type": "string" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" + } + } + }, "request.SalaryType": { "type": "object", "properties": { @@ -3705,6 +3848,9 @@ "request.SalaryTypeValue": { "type": "object", "properties": { + "id": { + "type": "integer" + }, "isDefault": { "description": "鏄惁鍙紪杈�", "type": "boolean" @@ -3726,16 +3872,44 @@ } } }, + "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": "鐘舵��", @@ -3745,8 +3919,16 @@ } ] }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, "workerId": { "description": "浜哄憳id", + "type": "string" + }, + "workerName": { + "description": "浜哄憳濮撳悕", "type": "string" } } @@ -4049,9 +4231,29 @@ "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": { "description": "鐘舵��", @@ -4060,6 +4262,10 @@ "$ref": "#/definitions/constvar.AttendanceStatus" } ] + }, + "weekDay": { + "description": "鏄熸湡", + "type": "string" } } }, @@ -4107,6 +4313,10 @@ "workType": { "description": "宸ョ", "type": "string" + }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" }, "workerId": { "description": "浜哄憳id", @@ -4209,6 +4419,55 @@ } } }, + "response.SalaryDetail": { + "type": "object", + "properties": { + "amount": { + "description": "宸ヨ祫鍊�", + "type": "number" + }, + "salaryType": { + "description": "钖祫绫诲瀷", + "type": "string" + }, + "salaryTypeId": { + "description": "钖祫绫诲瀷id", + "type": "integer" + } + } + }, + "response.SalaryReportForms": { + "type": "object", + "properties": { + "details": { + "type": "array", + "items": { + "$ref": "#/definitions/response.SalaryDetail" + } + }, + "issueSalary": { + "description": "搴斿彂宸ヨ祫", + "type": "number" + }, + "phone": { + "type": "string" + }, + "remark": { + "description": "澶囨敞", + "type": "string" + }, + "workType": { + "description": "宸ョ", + "type": "string" + }, + "workerId": { + "type": "string" + }, + "workerName": { + "type": "string" + } + } + }, "util.Response": { "type": "object", "properties": { -- Gitblit v1.8.0