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 | 184 ++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 169 insertions(+), 15 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index eb82777..e1824a3 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -399,7 +399,7 @@ } } }, - "post": { + "put": { "produces": [ "application/json" ], @@ -409,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": { @@ -788,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" + } + } + } + } + ] } } } @@ -2369,9 +2428,12 @@ 5, 6, 7, - 8 + 8, + 9, + 10 ], "x-enum-comments": { + "Absenteeism": "缂哄嫟", "EarlyWarningDay": "棰勮澶╂暟", "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷", "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷", @@ -2379,7 +2441,8 @@ "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇", "OutsourcingSupplierRange": "渚涜揣鑼冨洿", "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�", - "SalaryType": "鍢夎仈钖祫绫诲瀷" + "SalaryType": "鍢夎仈钖祫绫诲瀷", + "WildSilk": "閲庣氦" }, "x-enum-varnames": [ "MiniDictTypePlcBrand", @@ -2389,7 +2452,9 @@ "OutsourcingSupplierType", "OutsourcingSupplierCreditGrade", "OutsourcingSupplierRange", - "SalaryType" + "SalaryType", + "WildSilk", + "Absenteeism" ] }, "constvar.WorkerStatus": { @@ -2460,6 +2525,9 @@ }, "overTimeDuration": { "type": "number" + }, + "phoneNum": { + "type": "string" }, "startWorkTime": { "type": "string" @@ -2753,10 +2821,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -2785,6 +2849,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -2921,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" @@ -3359,10 +3433,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -3390,6 +3460,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3551,6 +3627,9 @@ "request.GetAttendanceStatistic": { "type": "object", "properties": { + "keyword": { + "type": "string" + }, "month": { "description": "鏈堜唤", "type": "string" @@ -3728,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": { @@ -3750,6 +3848,9 @@ "request.SalaryTypeValue": { "type": "object", "properties": { + "id": { + "type": "integer" + }, "isDefault": { "description": "鏄惁鍙紪杈�", "type": "boolean" @@ -4161,6 +4262,10 @@ "$ref": "#/definitions/constvar.AttendanceStatus" } ] + }, + "weekDay": { + "description": "鏄熸湡", + "type": "string" } } }, @@ -4314,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