From 3032034d254fc15f06a1d4260f35c49f0ef1e12f Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期五, 02 八月 2024 11:57:33 +0800
Subject: [PATCH] 添加接口,添加新的薪资查询和修改接口
---
docs/docs.go | 3348 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 3,311 insertions(+), 37 deletions(-)
diff --git a/docs/docs.go b/docs/docs.go
index 2e1946a..3f8e9e3 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1,5 +1,4 @@
-// Code generated by swaggo/swag. DO NOT EDIT.
-
+// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
@@ -16,6 +15,295 @@
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
+ "/api-jl/v1/attendance/attendanceInput": {
+ "post": {
+ "produces": [
+ "application/xlsx"
+ ],
+ "tags": [
+ "鑰冨嫟绠$悊"
+ ],
+ "summary": "鑰冨嫟瀵煎叆",
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/attendance/deleteAttendanceInfo": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鑰冨嫟绠$悊"
+ ],
+ "summary": "鍒犻櫎鑰冨嫟淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.DeleteAttendanceInfo"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/attendance/getAttendanceList": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鑰冨嫟绠$悊"
+ ],
+ "summary": "鑾峰彇鑰冨嫟鍒楄〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetAttendanceList"
+ }
+ },
+ {
+ "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/models.AttendanceManage"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/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/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": [
+ "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/attendance/updateAttendance": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鑰冨嫟绠$悊"
+ ],
+ "summary": "鏇存柊鑰冨嫟",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.UpdateAttendance"
+ }
+ },
+ {
+ "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": [
@@ -69,6 +357,12 @@
"summary": "绾ゅ害妫�楠屽垪琛�",
"parameters": [
{
+ "type": "integer",
+ "description": "绾ゅ害鐧昏琛↖D",
+ "name": "finenessRegisterID",
+ "in": "query"
+ },
+ {
"type": "string",
"name": "keyword",
"in": "query"
@@ -110,7 +404,7 @@
}
}
},
- "post": {
+ "put": {
"produces": [
"application/json"
],
@@ -120,13 +414,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": {
@@ -151,7 +452,7 @@
"parameters": [
{
"type": "string",
- "description": "瀛楀吀淇℃伅",
+ "description": "绾ゅ害妫�楠孖D",
"name": "id",
"in": "path",
"required": true
@@ -200,6 +501,46 @@
"description": "鎴愬姛",
"schema": {
"$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/fineness/checkFinenessID/{id}": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "绾ゅ害妫�楠�"
+ ],
+ "summary": "鏍规嵁绾ゅ害鐧昏ID鑾峰彇绾ゅ害妫�楠岃鎯�",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "绾ゅ害鐧昏ID",
+ "name": "id",
+ "in": "path",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "$ref": "#/definitions/response.FinenessCheckInfo"
+ }
+ }
+ }
+ ]
}
}
}
@@ -330,6 +671,12 @@
],
"summary": "绾ゅ害鐧昏鍒楄〃",
"parameters": [
+ {
+ "type": "integer",
+ "description": "绾ゅ害鐧昏琛↖D",
+ "name": "finenessRegisterID",
+ "in": "query"
+ },
{
"type": "string",
"name": "keyword",
@@ -504,6 +851,854 @@
}
}
},
+ "/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"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/forms/updateSalaryReportForms": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鎶ヨ〃绠$悊"
+ ],
+ "summary": "淇敼钖祫鎶ヨ〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.UpdateSalaryReportForms"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/mentor/createMentorInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "甯﹀緬绠$悊"
+ ],
+ "summary": "鍒涘缓甯﹀緬淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.AddMentorRequest"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/mentor/deleteMentorInfo/{id}": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "甯﹀緬绠$悊"
+ ],
+ "summary": "鍒犻櫎甯﹀緬淇℃伅",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "id",
+ "name": "id",
+ "in": "path",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/mentor/getMentorList": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "甯﹀緬绠$悊"
+ ],
+ "summary": "鑾峰彇甯﹀緬淇℃伅鍒楄〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetMentorList"
+ }
+ },
+ {
+ "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/models.Mentor"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/mentor/updateMentorInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "甯﹀緬绠$悊"
+ ],
+ "summary": "鏇存柊甯﹀緬淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.UpdateMentorRequest"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/deleteSalaryPlanInfo/{id}": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鍒犻櫎钖叕鏂规",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "id",
+ "name": "id",
+ "in": "path",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/getPayrollConstituteList": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鑾峰彇浜哄憳姣忔湀鐨勮柂璧勫垪琛�",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+ "name": "cycle",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "鍏抽敭瀛�",
+ "name": "keyword",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "椤电爜",
+ "name": "page",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "姣忛〉澶у皬",
+ "name": "pageSize",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "宸ョ缂栫爜",
+ "name": "workTypeCode",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "宸ョID",
+ "name": "workTypeID",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "鍛樺伐ID",
+ "name": "workerID",
+ "in": "query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "object",
+ "additionalProperties": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/getPayrollProductionCarList": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鑾峰彇杞﹀彴姣忓ぉ鐨勪骇閲忓垪琛�",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "type": "integer",
+ "description": "杞﹀彴鍙�",
+ "name": "carNumber",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "缁熻鍛ㄦ湡锛堝勾-鏈�-鏃ワ級",
+ "name": "cycle",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "绛夌骇",
+ "name": "finishLevel",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "缁勫埆",
+ "name": "groupNumber",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "搴勫彛缂栧彿",
+ "name": "marketNumber",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+ "name": "monthly",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "椤电爜",
+ "name": "page",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "姣忛〉澶у皬",
+ "name": "pageSize",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "瑙勬牸",
+ "name": "spec",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "杞﹂棿缂栧彿",
+ "name": "workshopNumber",
+ "in": "query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.PayrollProductionCar"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/getPayrollProductionGroupList": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鑾峰彇灏忕粍姣忓ぉ鐨勪骇閲忓垪琛�",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "缁熻鍛ㄦ湡锛堝勾-鏈�-鏃ワ級",
+ "name": "cycle",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "缁勫埆",
+ "name": "groupNumber",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+ "name": "monthly",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "椤电爜",
+ "name": "page",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "姣忛〉澶у皬",
+ "name": "pageSize",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "杞﹂棿缂栧彿",
+ "name": "workshopNumber",
+ "in": "query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.PayrollProductionGroup"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/getPayrollSalaryPlanList": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鑾峰彇浜哄憳姣忔湀鐨勮柂璧勫垪琛�",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+ "name": "cycle",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "鍏抽敭瀛�",
+ "name": "keyword",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "椤电爜",
+ "name": "page",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "姣忛〉澶у皬",
+ "name": "pageSize",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "宸ョ缂栫爜",
+ "name": "workTypeCode",
+ "in": "query"
+ },
+ {
+ "type": "integer",
+ "description": "宸ョID",
+ "name": "workTypeID",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "鍛樺伐ID",
+ "name": "workerID",
+ "in": "query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.PayrollSalaryPlan"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/getSalaryPlanList": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鑾峰彇钖叕鏂规鍒楄〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetSalaryPlanList"
+ }
+ },
+ {
+ "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/models.SalaryPlan"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/getSalaryTypeList/{type}": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "鑾峰彇钖祫绫诲瀷鍒楄〃",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "type",
+ "name": "number",
+ "in": "path",
+ "required": true
+ },
+ {
+ "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/models.MiniDict"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/savePayrollConstitute": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "钖叕鏁伴璋冩暣",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.SavePayrollConstitute"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/saveSalaryPlan": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "淇濆瓨钖叕鏂规",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/models.SalaryPlan"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/salary/saveSalaryType": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐钖祫/钖叕鏂规"
+ ],
+ "summary": "淇濆瓨钖祫绫诲瀷",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.SalaryType"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
"/api-jl/v1/system/deletePriceStandard/{id}": {
"delete": {
"produces": [
@@ -572,10 +1767,10 @@
"parameters": [
{
"enum": [
- 0,
1,
2,
- 3
+ 3,
+ 4
],
"type": "integer",
"x-enum-comments": {
@@ -722,6 +1917,53 @@
}
}
},
+ "/api-jl/v1/system/getAutoCode": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "绯荤粺璁剧疆/瀛楀吀"
+ ],
+ "summary": "鑾峰彇鑷姩缂栫爜",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "type": "integer",
+ "description": "绫诲瀷",
+ "name": "type",
+ "in": "query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.Response"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "object",
+ "additionalProperties": true
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
"/api-jl/v1/system/getCarAndLevel": {
"post": {
"produces": [
@@ -762,6 +2004,58 @@
"properties": {
"data": {
"$ref": "#/definitions/response.CarAndLevel"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/system/getCarNumber": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "绯荤粺璁剧疆/杞﹂棿绠$悊"
+ ],
+ "summary": "鑾峰彇杞﹁締缂栧彿",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetWorkshopManageCar"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.Response"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "array",
+ "items": {
+ "type": "integer"
+ }
}
}
}
@@ -943,7 +2237,7 @@
}
},
"/api-jl/v1/system/getWorkshopManageList": {
- "get": {
+ "post": {
"produces": [
"application/json"
],
@@ -991,7 +2285,7 @@
"data": {
"type": "array",
"items": {
- "$ref": "#/definitions/models.WorkshopManage"
+ "$ref": "#/definitions/response.WorkshopManage"
}
}
}
@@ -1073,12 +2367,458 @@
"summary": "淇濆瓨杞﹂棿绠$悊",
"parameters": [
{
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
"description": "鍙傛暟",
"name": "object",
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/models.WorkshopManage"
+ "$ref": "#/definitions/request.AddWorkshopManage"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/createWorkerInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/鍛樺伐淇℃伅"
+ ],
+ "summary": "鍒涘缓浜哄憳淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/models.Worker"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/deleteWorkTypeInfo/{id}": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/宸ョ淇℃伅"
+ ],
+ "summary": "鍒犻櫎宸ョ淇℃伅",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "id",
+ "name": "id",
+ "in": "path",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/deleteWorkerInfo/{id}": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/鍛樺伐淇℃伅"
+ ],
+ "summary": "鍒犻櫎浜哄憳淇℃伅",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "id",
+ "name": "id",
+ "in": "path",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/getWorkTypeList": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/宸ョ淇℃伅"
+ ],
+ "summary": "鑾峰彇宸ョ鍒楄〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetWorkTypeList"
+ }
+ },
+ {
+ "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/models.WorkTypeManage"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/getWorkerList": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/鍛樺伐淇℃伅"
+ ],
+ "summary": "鑾峰彇浜哄憳淇℃伅鍒楄〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetWorkerList"
+ }
+ },
+ {
+ "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/models.Worker"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/saveWorkTypeInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/宸ョ淇℃伅"
+ ],
+ "summary": "淇濆瓨宸ョ淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/models.WorkTypeManage"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/worker/updateWorkerInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鍛樺伐绠$悊/鍛樺伐淇℃伅"
+ ],
+ "summary": "鏇存柊浜哄憳淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/models.Worker"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/workerPosition/createWorkerPositionInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鏈哄彴绠$悊"
+ ],
+ "summary": "鍒涘缓鏈哄彴淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.AddWorkPositionRequest"
+ }
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/workerPosition/deleteWorkerPositionInfo/{id}": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鏈哄彴绠$悊"
+ ],
+ "summary": "鍒犻櫎鏈哄彴淇℃伅",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "id",
+ "name": "id",
+ "in": "path",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/workerPosition/getWorkerPositionList": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鏈哄彴绠$悊"
+ ],
+ "summary": "鑾峰彇鏈哄彴淇℃伅鍒楄〃",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.GetWorkerPositionList"
+ }
+ },
+ {
+ "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/models.WorkerPosition"
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "/api-jl/v1/workerPosition/updateWorkerPositionInfo": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "鏈哄彴绠$悊"
+ ],
+ "summary": "鏇存柊鏈哄彴淇℃伅",
+ "parameters": [
+ {
+ "description": "鍙傛暟",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.UpdateWorkerPositionRequest"
}
},
{
@@ -1101,22 +2841,40 @@
}
},
"definitions": {
- "constvar.CarFlag": {
+ "constvar.AttendanceStatus": {
"type": "integer",
"enum": [
1,
2,
- 3
+ 3,
+ 4
],
"x-enum-comments": {
- "AllCar": "鍏ㄨ溅缁撴潫",
+ "Abnormal": "寮傚父",
+ "Normal": "姝e父",
+ "Overtime": "鍔犵彮",
+ "Vacation": "浼戝亣"
+ },
+ "x-enum-varnames": [
+ "Normal",
+ "Overtime",
+ "Vacation",
+ "Abnormal"
+ ]
+ },
+ "constvar.CarFlag": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2
+ ],
+ "x-enum-comments": {
"LeftHalfCar": "宸﹀崐杞�",
"RightHalfCar": "鍙冲崐杞�"
},
"x-enum-varnames": [
"LeftHalfCar",
- "RightHalfCar",
- "AllCar"
+ "RightHalfCar"
]
},
"constvar.CheckItem": {
@@ -1146,10 +2904,10 @@
"constvar.DictType": {
"type": "integer",
"enum": [
- 0,
1,
2,
- 3
+ 3,
+ 4
],
"x-enum-comments": {
"DictTypeColor": "棰滆壊",
@@ -1164,6 +2922,141 @@
"DictTypeSpec"
]
},
+ "constvar.FileTemplateCategory": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2
+ ],
+ "x-enum-comments": {
+ "FileTemplateCategory_Output": "鍑哄簱",
+ "FileTemplateCategory_Selfmade": "鍏ュ簱-鑷埗"
+ },
+ "x-enum-varnames": [
+ "FileTemplateCategory_Selfmade",
+ "FileTemplateCategory_Output"
+ ]
+ },
+ "constvar.JobType": {
+ "type": "string",
+ "enum": [
+ "weavers",
+ "car_head",
+ "maintenance",
+ "boiled",
+ "scoop",
+ "transport",
+ "cleaner",
+ "machine_cleaner",
+ "all-powerful",
+ "monitor",
+ "test",
+ "other"
+ ],
+ "x-enum-comments": {
+ "JobTypeAllPowerful": "鍏ㄨ兘鏈哄姩",
+ "JobTypeBoiled": "鐓導宸�",
+ "JobTypeCarHead": "杞﹀ご宸�",
+ "JobTypeCleaner": "娓呮磥宸�",
+ "JobTypeMachineCleaner": "鎰熺煡鍣ㄦ竻娲楀伐",
+ "JobTypeMaintenance": "淇濆叏宸�",
+ "JobTypeMonitor": "鐝暱",
+ "JobTypeOther": "鍏跺畠",
+ "JobTypeScoop": "鑸�鑼у伐",
+ "JobTypeTest": "娴嬭瘯",
+ "JobTypeTransport": "閫佽導宸�",
+ "JobTypeWeavers": "鎸¤溅宸�"
+ },
+ "x-enum-varnames": [
+ "JobTypeWeavers",
+ "JobTypeCarHead",
+ "JobTypeMaintenance",
+ "JobTypeBoiled",
+ "JobTypeScoop",
+ "JobTypeTransport",
+ "JobTypeCleaner",
+ "JobTypeMachineCleaner",
+ "JobTypeAllPowerful",
+ "JobTypeMonitor",
+ "JobTypeTest",
+ "JobTypeOther"
+ ]
+ },
+ "constvar.MiniDictType": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "x-enum-comments": {
+ "Absenteeism": "缂哄嫟",
+ "EarlyWarningDay": "棰勮澶╂暟",
+ "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷",
+ "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷",
+ "MiniDictTypePlcBrand": "PLC鍝佺墝",
+ "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇",
+ "OutsourcingSupplierRange": "渚涜揣鑼冨洿",
+ "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�",
+ "SalaryType": "鍢夎仈钖祫绫诲瀷",
+ "WildSilk": "閲庣氦"
+ },
+ "x-enum-varnames": [
+ "MiniDictTypePlcBrand",
+ "MiniDictTypeBomVersionType",
+ "EarlyWarningDay",
+ "InspectionWayType",
+ "OutsourcingSupplierType",
+ "OutsourcingSupplierCreditGrade",
+ "OutsourcingSupplierRange",
+ "SalaryType",
+ "WildSilk",
+ "Absenteeism"
+ ]
+ },
+ "constvar.WorkerStatus": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "x-enum-comments": {
+ "WorkerStatusHoliday": "璇峰亣",
+ "WorkerStatusOvertime": "鍔犵彮",
+ "WorkerStatusRest": "浼戞伅",
+ "WorkerStatusWorking": "鍦ㄧ彮"
+ },
+ "x-enum-varnames": [
+ "WorkerStatusWorking",
+ "WorkerStatusRest",
+ "WorkerStatusHoliday",
+ "WorkerStatusOvertime"
+ ]
+ },
+ "constvar.WorkshopType": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2
+ ],
+ "x-enum-comments": {
+ "Group": "鍒嗙粍淇℃伅",
+ "Workshop": "杞﹂棿淇℃伅"
+ },
+ "x-enum-varnames": [
+ "Workshop",
+ "Group"
+ ]
+ },
"gorm.DeletedAt": {
"type": "object",
"properties": {
@@ -1173,6 +3066,97 @@
"valid": {
"description": "Valid is true if Time is not NULL",
"type": "boolean"
+ }
+ }
+ },
+ "models.AttendanceManage": {
+ "type": "object",
+ "properties": {
+ "addPeople": {
+ "type": "string"
+ },
+ "classes": {
+ "type": "string"
+ },
+ "classesEndTime": {
+ "type": "string"
+ },
+ "classesStartTime": {
+ "type": "string"
+ },
+ "createTime": {
+ "type": "string"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "date": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "endWorkTime": {
+ "type": "string"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "overTimeDuration": {
+ "type": "number"
+ },
+ "phoneNum": {
+ "type": "string"
+ },
+ "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"
}
}
},
@@ -1360,6 +3344,7 @@
"type": "number"
},
"finenessRegisterID": {
+ "description": "绾ゅ害鐧昏ID",
"type": "integer"
},
"id": {
@@ -1371,7 +3356,7 @@
},
"quantity": {
"description": "鏁伴噺",
- "type": "number"
+ "type": "integer"
},
"sum": {
"description": "绾ゅ害鍚堣",
@@ -1413,11 +3398,15 @@
"type": "integer"
},
"market": {
- "description": "搴勫彛",
+ "description": "搴勫彛鍚嶇О",
"type": "string"
},
- "name": {
- "description": "杞﹂棿",
+ "marketId": {
+ "description": "搴勫彛ID",
+ "type": "integer"
+ },
+ "marketNumber": {
+ "description": "搴勫彛缂栧彿",
"type": "string"
},
"number": {
@@ -1448,6 +3437,14 @@
"workshopGroup": {
"description": "杞︾粍",
"type": "integer"
+ },
+ "workshopName": {
+ "description": "杞﹂棿鍚嶇О",
+ "type": "string"
+ },
+ "workshopNumber": {
+ "description": "杞﹂棿缂栧彿",
+ "type": "string"
}
}
},
@@ -1461,6 +3458,357 @@
"quantity": {
"description": "鏁伴噺",
"type": "integer"
+ }
+ }
+ },
+ "models.Mentor": {
+ "type": "object",
+ "properties": {
+ "createdAt": {
+ "type": "string"
+ },
+ "creator": {
+ "type": "string"
+ },
+ "days": {
+ "description": "澶╂暟",
+ "type": "integer"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "month": {
+ "description": "鏈堜唤",
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "worker": {
+ "description": "宸ヤ汉",
+ "allOf": [
+ {
+ "$ref": "#/definitions/models.Worker"
+ }
+ ]
+ },
+ "workerId": {
+ "description": "宸ヤ汉ID",
+ "type": "string"
+ }
+ }
+ },
+ "models.MiniDict": {
+ "type": "object",
+ "properties": {
+ "id": {
+ "type": "integer"
+ },
+ "isDefault": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "$ref": "#/definitions/constvar.MiniDictType"
+ },
+ "value": {
+ "type": "string"
+ }
+ }
+ },
+ "models.PayrollProductionCar": {
+ "type": "object",
+ "properties": {
+ "badSilkAvgQuantity": {
+ "description": "閲庣氦骞冲潎鏁伴噺",
+ "type": "number"
+ },
+ "badSilkQuantity": {
+ "description": "閲庣氦鏁伴噺",
+ "type": "number"
+ },
+ "badSilkTotalAmount": {
+ "description": "閲庣氦鎬讳环",
+ "type": "number"
+ },
+ "badSilkTotalAvgAmount": {
+ "description": "閲庣氦浜哄钩鍧囨�讳环",
+ "type": "number"
+ },
+ "badSilkType": {
+ "description": "閲庣氦绫诲瀷",
+ "type": "string"
+ },
+ "badSilkUnitAmount": {
+ "description": "閲庣氦鍗曚环",
+ "type": "number"
+ },
+ "carNumber": {
+ "description": "杞﹀彴鍙�",
+ "type": "integer"
+ },
+ "carWorkIds": {
+ "description": "杞﹀彴鍏宠仈鎸¤溅宸D",
+ "type": "string"
+ },
+ "carWorkQuantity": {
+ "description": "杞﹀彴鍏宠仈浜哄憳鏁伴噺",
+ "type": "integer"
+ },
+ "cycle": {
+ "description": "缁熻鍛ㄦ湡锛堝勾鏈堟棩锛�",
+ "type": "string"
+ },
+ "desiredLevel": {
+ "description": "鏈熸湜绛夌骇",
+ "type": "string"
+ },
+ "fallingSilkBucket": {
+ "description": "钀戒笣妗舵暟",
+ "type": "number"
+ },
+ "finishLevel": {
+ "description": "鎴愬搧绛夌骇",
+ "type": "string"
+ },
+ "finishTotalAmount": {
+ "description": "鎴愬搧閲戦",
+ "type": "number"
+ },
+ "finishTotalAvgAmount": {
+ "description": "鎴愬搧浜哄钩鍧囬噾棰�",
+ "type": "number"
+ },
+ "groupNumber": {
+ "description": "缁勫埆",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "marketId": {
+ "description": "搴勫彛缂栧彿",
+ "type": "integer"
+ },
+ "marketName": {
+ "description": "搴勫彛鍚嶇О",
+ "type": "string"
+ },
+ "marketNumber": {
+ "description": "搴勫彛缂栧彿",
+ "type": "string"
+ },
+ "silkAvgQuantity": {
+ "description": "浜哄钩鍧囦笣閲�",
+ "type": "number"
+ },
+ "silkQuantity": {
+ "description": "涓濋噺",
+ "type": "number"
+ },
+ "silkTotalAmount": {
+ "description": "涓濋噺鎬讳环",
+ "type": "number"
+ },
+ "silkTotalAvgAmount": {
+ "description": "涓濋噺浜哄钩鍧囨�讳环",
+ "type": "number"
+ },
+ "silkUnitAmount": {
+ "description": "涓濆崟浠�",
+ "type": "number"
+ },
+ "spec": {
+ "description": "瑙勬牸",
+ "type": "string"
+ },
+ "workshopId": {
+ "type": "integer"
+ },
+ "workshopNumber": {
+ "description": "杞﹂棿缂栧彿",
+ "type": "string"
+ }
+ }
+ },
+ "models.PayrollProductionGroup": {
+ "type": "object",
+ "properties": {
+ "badSilkQuantity": {
+ "description": "閲庣氦鏁伴噺",
+ "type": "number"
+ },
+ "badSilkTotalAmount": {
+ "description": "閲庣氦鎬讳环",
+ "type": "number"
+ },
+ "badSilkTotalAvgAmount": {
+ "description": "閲庣氦浜哄钩鍧囨�讳环",
+ "type": "number"
+ },
+ "cycle": {
+ "description": "缁熻鍛ㄦ湡锛堝勾鏈堟棩锛�",
+ "type": "string"
+ },
+ "fallingSilkBucket": {
+ "type": "number"
+ },
+ "finishTotalAmount": {
+ "description": "鎴愬搧閲戦",
+ "type": "number"
+ },
+ "finishTotalAvgAmount": {
+ "description": "鎴愬搧浜哄钩鍧囬噾棰�",
+ "type": "number"
+ },
+ "groupNumber": {
+ "description": "缁勫埆",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "silkAvgQuantity": {
+ "description": "浜哄钩鍧囦笣閲�",
+ "type": "number"
+ },
+ "silkQuantity": {
+ "description": "涓濋噺",
+ "type": "number"
+ },
+ "silkTotalAmount": {
+ "description": "涓濋噺鎬讳环",
+ "type": "number"
+ },
+ "silkTotalAvgAmount": {
+ "description": "涓濋噺浜哄钩鍧囨�讳环",
+ "type": "number"
+ },
+ "workshopId": {
+ "type": "integer"
+ },
+ "workshopName": {
+ "description": "杞﹂棿鍚嶇О",
+ "type": "string"
+ },
+ "workshopNumber": {
+ "description": "杞﹂棿缂栧彿",
+ "type": "string"
+ }
+ }
+ },
+ "models.PayrollSalaryPlan": {
+ "type": "object",
+ "properties": {
+ "amount": {
+ "description": "搴斿彂宸ヨ祫",
+ "type": "number"
+ },
+ "baseSalaryAmount": {
+ "description": "涓嶈揪淇濆簳",
+ "type": "number"
+ },
+ "cycle": {
+ "description": "鏈堜唤",
+ "type": "string"
+ },
+ "dailyInspectionAmount": {
+ "description": "鏃ュ父妫�鏌�/濂栫綒3",
+ "type": "number"
+ },
+ "downtimeAmount": {
+ "description": "鍋滄満琛ヨ创",
+ "type": "number"
+ },
+ "heatAmount": {
+ "description": "濂栫綒2/娓呭噳琛ヨ创",
+ "type": "number"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "longTermAmount": {
+ "description": "婊″嫟",
+ "type": "number"
+ },
+ "masterApprenticeAmount": {
+ "description": "甯﹀緬琛ヨ创",
+ "type": "number"
+ },
+ "overtimeAmount": {
+ "description": "鍔犵彮宸ヨ祫",
+ "type": "number"
+ },
+ "positionAmount": {
+ "description": "宀椾綅琛ヨ创",
+ "type": "number"
+ },
+ "productionAmount": {
+ "description": "鐢熶骇宸ヨ祫",
+ "type": "number"
+ },
+ "qualityStandardsAmount": {
+ "description": "璐ㄩ噺濂�",
+ "type": "number"
+ },
+ "quantity": {
+ "description": "浜ч噺",
+ "type": "number"
+ },
+ "remark": {
+ "description": "澶囨敞",
+ "type": "string"
+ },
+ "seniorityAmount": {
+ "description": "宸ラ緞琛ヨ创",
+ "type": "number"
+ },
+ "socialSecurityAmount": {
+ "description": "绀句繚琛ヨ创",
+ "type": "number"
+ },
+ "substandardQualityAmount": {
+ "description": "濂栫綒1",
+ "type": "number"
+ },
+ "timeoutAmount": {
+ "description": "瓒呮椂宸ヨ祫",
+ "type": "number"
+ },
+ "trafficAmount": {
+ "description": "浜ら�氳ˉ璐�",
+ "type": "number"
+ },
+ "workTypeCode": {
+ "description": "宸ョ浠g爜",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.JobType"
+ }
+ ]
+ },
+ "workTypeID": {
+ "description": "宸ョID",
+ "type": "integer"
+ },
+ "workTypeName": {
+ "description": "宸ョ鍚嶇О",
+ "type": "string"
+ },
+ "worker": {
+ "$ref": "#/definitions/models.Worker"
+ },
+ "workerId": {
+ "description": "鍛樺伐ID",
+ "type": "string"
+ },
+ "workerName": {
+ "type": "string"
}
}
},
@@ -1482,6 +3830,9 @@
"marketName": {
"type": "string"
},
+ "marketNumber": {
+ "type": "string"
+ },
"notes": {
"type": "string"
},
@@ -1499,17 +3850,213 @@
}
}
},
- "models.WorkshopManage": {
+ "models.SalaryPlan": {
"type": "object",
"properties": {
- "carFlag": {
- "$ref": "#/definitions/constvar.CarFlag"
+ "addPeople": {
+ "type": "string"
+ },
+ "createTime": {
+ "type": "string"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "cycle": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "name": {
+ "type": "string"
+ },
+ "salaryFormula": {
+ "description": "SalaryType string ` + "`" + `json:\"salaryType\" gorm:\"type:varchar(255);comment:钖祫绫诲瀷\"` + "`" + `",
+ "type": "string"
+ },
+ "salaryType": {
+ "$ref": "#/definitions/models.MiniDict"
+ },
+ "salaryTypeId": {
+ "type": "integer"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "workTypes": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.WorkTypeManage"
+ }
+ }
+ }
+ },
+ "models.WorkTypeManage": {
+ "type": "object",
+ "properties": {
+ "addPeople": {
+ "type": "string"
+ },
+ "code": {
+ "$ref": "#/definitions/constvar.JobType"
+ },
+ "createTime": {
+ "type": "string"
},
"createdAt": {
"type": "string"
},
"deletedAt": {
"$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "guaranteedWages": {
+ "type": "number"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "isGuaranteed": {
+ "type": "boolean"
+ },
+ "salaryPlans": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.SalaryPlan"
+ }
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "workName": {
+ "type": "string"
+ }
+ }
+ },
+ "models.Worker": {
+ "type": "object",
+ "properties": {
+ "addPeople": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "employmentTime": {
+ "type": "string"
+ },
+ "groupNumber": {
+ "type": "integer"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "phoneNum": {
+ "type": "string"
+ },
+ "shopId": {
+ "type": "string"
+ },
+ "shopName": {
+ "type": "string"
+ },
+ "shopNumber": {
+ "type": "string"
+ },
+ "status": {
+ "$ref": "#/definitions/constvar.WorkerStatus"
+ },
+ "workType": {
+ "type": "string"
+ },
+ "workTypeCode": {
+ "$ref": "#/definitions/constvar.JobType"
+ },
+ "workTypeId": {
+ "type": "integer"
+ }
+ }
+ },
+ "models.WorkerPosition": {
+ "type": "object",
+ "properties": {
+ "createdAt": {
+ "type": "string"
+ },
+ "creator": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "endDate": {
+ "description": "缁撴潫鏃ユ湡",
+ "type": "string"
+ },
+ "endWorkerPosition": {
+ "description": "缁撴潫杞﹀彿",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "startDate": {
+ "description": "寮�濮嬫棩鏈�",
+ "type": "string"
+ },
+ "startWorkerPosition": {
+ "description": "寮�濮嬭溅鍙�",
+ "type": "integer"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "worker": {
+ "description": "宸ヤ汉",
+ "allOf": [
+ {
+ "$ref": "#/definitions/models.Worker"
+ }
+ ]
+ },
+ "workerId": {
+ "description": "宸ヤ汉ID",
+ "type": "string"
+ },
+ "workshop": {
+ "description": "杞﹂棿缂栧彿",
+ "type": "string"
+ },
+ "workshopGroup": {
+ "description": "杞︾粍",
+ "type": "integer"
+ },
+ "workshopName": {
+ "description": "杞﹂棿鍚嶇О",
+ "type": "string"
+ }
+ }
+ },
+ "models.WorkshopManage": {
+ "type": "object",
+ "properties": {
+ "carFlag": {
+ "type": "integer"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "endCarHalf": {
+ "$ref": "#/definitions/constvar.CarFlag"
},
"endCarNumber": {
"type": "integer"
@@ -1523,8 +4070,22 @@
"notes": {
"type": "string"
},
+ "parentID": {
+ "type": "string"
+ },
+ "startCarHalf": {
+ "$ref": "#/definitions/constvar.CarFlag"
+ },
"startCarNumber": {
"type": "integer"
+ },
+ "type": {
+ "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.WorkshopType"
+ }
+ ]
},
"updatedAt": {
"type": "string"
@@ -1604,6 +4165,10 @@
"description": "搴勫彛鍚�",
"type": "string"
},
+ "marketNumber": {
+ "description": "搴勫彛缂栧彿",
+ "type": "string"
+ },
"number": {
"type": "string"
},
@@ -1654,6 +4219,9 @@
},
"workshopName": {
"description": "杞﹂棿鍚�",
+ "type": "string"
+ },
+ "workshopNumber": {
"type": "string"
}
}
@@ -1785,10 +4353,6 @@
"description": "搴勫彛",
"type": "string"
},
- "name": {
- "description": "杞﹂棿",
- "type": "string"
- },
"number": {
"description": "缂栧彿",
"type": "string"
@@ -1816,6 +4380,138 @@
"workshopGroup": {
"description": "杞︾粍",
"type": "integer"
+ },
+ "workshopName": {
+ "type": "string"
+ },
+ "workshopNumber": {
+ "type": "string"
+ }
+ }
+ },
+ "request.AddMentorRequest": {
+ "type": "object",
+ "properties": {
+ "days": {
+ "description": "澶╂暟",
+ "type": "integer"
+ },
+ "month": {
+ "description": "鏈堜唤",
+ "type": "string"
+ },
+ "workerId": {
+ "description": "宸ヤ汉ID",
+ "type": "string"
+ }
+ }
+ },
+ "request.AddWorkPositionRequest": {
+ "type": "object",
+ "required": [
+ "endDate",
+ "endWorkerPosition",
+ "startDate",
+ "startWorkerPosition",
+ "workerId",
+ "workshop",
+ "workshopGroup",
+ "workshopName"
+ ],
+ "properties": {
+ "endDate": {
+ "description": "缁撴潫鏃ユ湡",
+ "type": "string"
+ },
+ "endWorkerPosition": {
+ "description": "缁撴潫杞﹀彿",
+ "type": "integer"
+ },
+ "startDate": {
+ "description": "寮�濮嬫棩鏈�",
+ "type": "string"
+ },
+ "startWorkerPosition": {
+ "description": "寮�濮嬭溅鍙�",
+ "type": "integer"
+ },
+ "workerId": {
+ "description": "宸ヤ汉ID",
+ "type": "string"
+ },
+ "workshop": {
+ "description": "杞﹂棿缂栧彿",
+ "type": "string"
+ },
+ "workshopGroup": {
+ "description": "杞︾粍",
+ "type": "integer"
+ },
+ "workshopName": {
+ "description": "杞﹂棿鍚嶇О",
+ "type": "string"
+ }
+ }
+ },
+ "request.AddWorkshopManage": {
+ "type": "object",
+ "properties": {
+ "carFlag": {
+ "type": "integer"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "details": {
+ "description": "杞﹂棿淇℃伅",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.WorkshopManage"
+ }
+ },
+ "endCarHalf": {
+ "$ref": "#/definitions/constvar.CarFlag"
+ },
+ "endCarNumber": {
+ "type": "integer"
+ },
+ "groupNumber": {
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "notes": {
+ "type": "string"
+ },
+ "parentID": {
+ "type": "string"
+ },
+ "startCarHalf": {
+ "$ref": "#/definitions/constvar.CarFlag"
+ },
+ "startCarNumber": {
+ "type": "integer"
+ },
+ "type": {
+ "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.WorkshopType"
+ }
+ ]
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "workshopName": {
+ "type": "string"
+ },
+ "workshopNumber": {
+ "type": "string"
}
}
},
@@ -1838,9 +4534,21 @@
"description": "瑙勬牸",
"type": "string"
},
- "workshopId": {
- "description": "杞﹂棿id",
- "type": "integer"
+ "workshopNumber": {
+ "description": "杞﹂棿缂栫爜",
+ "type": "string"
+ }
+ }
+ },
+ "request.DeleteAttendanceInfo": {
+ "type": "object",
+ "properties": {
+ "ids": {
+ "description": "璁板綍id",
+ "type": "array",
+ "items": {
+ "type": "integer"
+ }
}
}
},
@@ -1874,11 +4582,119 @@
},
"quantity": {
"description": "鏁伴噺",
- "type": "number"
+ "type": "integer"
},
"sum": {
"description": "鍚堣",
"type": "number"
+ }
+ }
+ },
+ "request.GetAttendanceList": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
+ "request.GetAttendanceStatistic": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "month": {
+ "description": "鏈堜唤",
+ "type": "string"
+ }
+ }
+ },
+ "request.GetMentorList": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
+ "request.GetSalaryPlanList": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
+ "request.GetWorkTypeList": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
+ "request.GetWorkerList": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
+ "request.GetWorkerPositionList": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
}
}
},
@@ -1890,11 +4706,15 @@
"type": "integer"
},
"marketName": {
- "description": "/搴勫彛鍚�",
+ "description": "搴勫彛鍚�",
"type": "string"
},
"workshopName": {
"description": "杞﹂棿鍚嶇О",
+ "type": "string"
+ },
+ "workshopNumber": {
+ "description": "杞﹂棿缂栧彿",
"type": "string"
}
}
@@ -1973,6 +4793,97 @@
}
}
},
+ "request.SalaryReportForms": {
+ "type": "object",
+ "properties": {
+ "keyword": {
+ "type": "string"
+ },
+ "month": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
+ "request.SalaryType": {
+ "type": "object",
+ "properties": {
+ "type": {
+ "description": "瀛楀吀绫诲瀷,钖祫绫诲瀷:8",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.MiniDictType"
+ }
+ ]
+ },
+ "values": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/request.SalaryTypeValue"
+ }
+ }
+ }
+ },
+ "request.SalaryTypeValue": {
+ "type": "object",
+ "properties": {
+ "id": {
+ "type": "integer"
+ },
+ "isDefault": {
+ "description": "鏄惁鍙紪杈�",
+ "type": "boolean"
+ },
+ "name": {
+ "description": "鍚嶇О",
+ "type": "string"
+ }
+ }
+ },
+ "request.SavePayrollConstitute": {
+ "type": "object",
+ "properties": {
+ "amount": {
+ "description": "閲戦",
+ "type": "number"
+ },
+ "cycle": {
+ "description": "鍛ㄦ湡锛堟湀浠斤級",
+ "type": "string"
+ },
+ "salaryPlanId": {
+ "description": "钖祫鏂规ID",
+ "type": "integer"
+ },
+ "workTypeCode": {
+ "description": "宸ョ浠g爜",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.JobType"
+ }
+ ]
+ },
+ "workTypeID": {
+ "description": "宸ョID",
+ "type": "integer"
+ },
+ "workTypeName": {
+ "description": "宸ョ鍚嶇О",
+ "type": "string"
+ },
+ "workerId": {
+ "description": "鍛樺伐ID",
+ "type": "string"
+ }
+ }
+ },
"request.SaveRankStandard": {
"type": "object",
"properties": {
@@ -1981,6 +4892,67 @@
"items": {
"$ref": "#/definitions/request.RankStandard"
}
+ }
+ }
+ },
+ "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"
}
}
},
@@ -2008,6 +4980,93 @@
},
"remark": {
"description": "澶囨敞",
+ "type": "string"
+ }
+ }
+ },
+ "request.UpdateMentorRequest": {
+ "type": "object",
+ "properties": {
+ "days": {
+ "description": "澶╂暟",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "month": {
+ "description": "鏈堜唤",
+ "type": "string"
+ },
+ "workerId": {
+ "description": "宸ヤ汉ID",
+ "type": "string"
+ }
+ }
+ },
+ "request.UpdateSalaryReportForms": {
+ "type": "object",
+ "properties": {
+ "amount": {
+ "type": "number"
+ },
+ "month": {
+ "type": "string"
+ },
+ "salaryTypeId": {
+ "type": "integer"
+ },
+ "workerId": {
+ "type": "string"
+ }
+ }
+ },
+ "request.UpdateWorkerPositionRequest": {
+ "type": "object",
+ "required": [
+ "endDate",
+ "endWorkerPosition",
+ "startDate",
+ "startWorkerPosition",
+ "workerId",
+ "workshop",
+ "workshopGroup",
+ "workshopName"
+ ],
+ "properties": {
+ "endDate": {
+ "description": "缁撴潫鏃ユ湡",
+ "type": "string"
+ },
+ "endWorkerPosition": {
+ "description": "缁撴潫杞﹀彿",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "startDate": {
+ "description": "寮�濮嬫棩鏈�",
+ "type": "string"
+ },
+ "startWorkerPosition": {
+ "description": "寮�濮嬭溅鍙�",
+ "type": "integer"
+ },
+ "workerId": {
+ "description": "宸ヤ汉ID",
+ "type": "string"
+ },
+ "workshop": {
+ "description": "杞﹂棿缂栧彿",
+ "type": "string"
+ },
+ "workshopGroup": {
+ "description": "杞︾粍",
+ "type": "integer"
+ },
+ "workshopName": {
+ "description": "杞﹂棿鍚嶇О",
"type": "string"
}
}
@@ -2118,6 +5177,10 @@
"description": "搴勫彛id",
"type": "integer"
},
+ "marketNumber": {
+ "description": "搴勫彛缂栧彿",
+ "type": "string"
+ },
"number": {
"description": "缂栧彿",
"type": "string"
@@ -2174,9 +5237,9 @@
"description": "瀹炴椂杞﹂��",
"type": "number"
},
- "workshopId": {
- "description": "杞﹂棿id",
- "type": "integer"
+ "workshopNumber": {
+ "description": "杞﹂棿缂栫爜",
+ "type": "string"
}
}
},
@@ -2206,6 +5269,106 @@
"yieldRegisterId": {
"description": "浜ч噺鐧昏琛╥d",
"type": "integer"
+ }
+ }
+ },
+ "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": "鐘舵��",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.AttendanceStatus"
+ }
+ ]
+ },
+ "weekDay": {
+ "description": "鏄熸湡",
+ "type": "string"
+ }
+ }
+ },
+ "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"
+ },
+ "workTypeId": {
+ "description": "宸ョid",
+ "type": "integer"
+ },
+ "workerId": {
+ "description": "浜哄憳id",
+ "type": "string"
+ },
+ "workerName": {
+ "description": "浜哄憳濮撳悕",
+ "type": "string"
}
}
},
@@ -2300,6 +5463,117 @@
}
}
},
+ "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"
+ }
+ }
+ },
+ "response.WorkshopManage": {
+ "type": "object",
+ "properties": {
+ "carFlag": {
+ "type": "integer"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "details": {
+ "description": "杞﹂棿淇℃伅",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.WorkshopManage"
+ }
+ },
+ "endCarHalf": {
+ "$ref": "#/definitions/constvar.CarFlag"
+ },
+ "endCarNumber": {
+ "type": "integer"
+ },
+ "groupNumber": {
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "notes": {
+ "type": "string"
+ },
+ "parentID": {
+ "type": "string"
+ },
+ "startCarHalf": {
+ "$ref": "#/definitions/constvar.CarFlag"
+ },
+ "startCarNumber": {
+ "type": "integer"
+ },
+ "type": {
+ "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.WorkshopType"
+ }
+ ]
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "workshopName": {
+ "type": "string"
+ },
+ "workshopNumber": {
+ "type": "string"
+ }
+ }
+ },
"util.Response": {
"type": "object",
"properties": {
--
Gitblit v1.8.0