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 | 1135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 1,115 insertions(+), 20 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 46adac4..e1824a3 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -16,6 +16,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": [
@@ -110,7 +399,7 @@
                     }
                 }
             },
-            "post": {
+            "put": {
                 "produces": [
                     "application/json"
                 ],
@@ -120,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": {
@@ -504,6 +800,58 @@
                 }
             }
         },
+        "/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/mentor/createMentorInfo": {
             "post": {
                 "produces": [
@@ -678,7 +1026,7 @@
                     {
                         "type": "string",
                         "description": "id",
-                        "name": "number",
+                        "name": "id",
                         "in": "path",
                         "required": true
                     },
@@ -1367,7 +1715,7 @@
             }
         },
         "/api-jl/v1/system/getWorkshopManageList": {
-            "get": {
+            "post": {
                 "produces": [
                     "application/json"
                 ],
@@ -1573,7 +1921,7 @@
                     {
                         "type": "string",
                         "description": "id",
-                        "name": "number",
+                        "name": "id",
                         "in": "path",
                         "required": true
                     },
@@ -1608,7 +1956,7 @@
                     {
                         "type": "string",
                         "description": "id",
-                        "name": "number",
+                        "name": "id",
                         "in": "path",
                         "required": true
                     },
@@ -1807,9 +2155,191 @@
                     }
                 }
             }
+        },
+        "/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"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
         }
     },
     "definitions": {
+        "constvar.AttendanceStatus": {
+            "type": "integer",
+            "enum": [
+                1,
+                2,
+                3,
+                4
+            ],
+            "x-enum-comments": {
+                "Abnormal": "寮傚父",
+                "Normal": "姝e父",
+                "Overtime": "鍔犵彮",
+                "Vacation": "浼戝亣"
+            },
+            "x-enum-varnames": [
+                "Normal",
+                "Overtime",
+                "Vacation",
+                "Abnormal"
+            ]
+        },
         "constvar.CarFlag": {
             "type": "integer",
             "enum": [
@@ -1873,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": [
@@ -1883,9 +2428,12 @@
                 5,
                 6,
                 7,
-                8
+                8,
+                9,
+                10
             ],
             "x-enum-comments": {
+                "Absenteeism": "缂哄嫟",
                 "EarlyWarningDay": "棰勮澶╂暟",
                 "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷",
                 "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷",
@@ -1893,7 +2441,8 @@
                 "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇",
                 "OutsourcingSupplierRange": "渚涜揣鑼冨洿",
                 "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�",
-                "SalaryType": "鍢夎仈钖祫绫诲瀷"
+                "SalaryType": "鍢夎仈钖祫绫诲瀷",
+                "WildSilk": "閲庣氦"
             },
             "x-enum-varnames": [
                 "MiniDictTypePlcBrand",
@@ -1903,7 +2452,9 @@
                 "OutsourcingSupplierType",
                 "OutsourcingSupplierCreditGrade",
                 "OutsourcingSupplierRange",
-                "SalaryType"
+                "SalaryType",
+                "WildSilk",
+                "Absenteeism"
             ]
         },
         "constvar.WorkerStatus": {
@@ -1936,6 +2487,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"
                 }
             }
         },
@@ -2179,10 +2821,6 @@
                     "description": "搴勫彛",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
-                    "type": "string"
-                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
@@ -2211,6 +2849,12 @@
                 "workshopGroup": {
                     "description": "杞︾粍",
                     "type": "integer"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
                 }
             }
         },
@@ -2254,7 +2898,7 @@
                     "type": "string"
                 },
                 "worker": {
-                    "description": "宸ヤ汉ID",
+                    "description": "宸ヤ汉",
                     "allOf": [
                         {
                             "$ref": "#/definitions/models.Worker"
@@ -2347,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"
@@ -2436,6 +3084,66 @@
                 },
                 "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"
                 }
             }
         },
@@ -2725,10 +3433,6 @@
                     "description": "搴勫彛",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
-                    "type": "string"
-                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
@@ -2756,6 +3460,12 @@
                 "workshopGroup": {
                     "description": "杞︾粍",
                     "type": "integer"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
                 }
             }
         },
@@ -2772,6 +3482,53 @@
                 },
                 "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"
                 }
             }
@@ -2798,6 +3555,18 @@
                 "workshopNumber": {
                     "description": "杞﹂棿缂栫爜",
                     "type": "string"
+                }
+            }
+        },
+        "request.DeleteAttendanceInfo": {
+            "type": "object",
+            "properties": {
+                "ids": {
+                    "description": "璁板綍id",
+                    "type": "array",
+                    "items": {
+                        "type": "integer"
+                    }
                 }
             }
         },
@@ -2836,6 +3605,34 @@
                 "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"
                 }
             }
         },
@@ -2888,6 +3685,22 @@
             }
         },
         "request.GetWorkerList": {
+            "type": "object",
+            "properties": {
+                "keyword": {
+                    "type": "string"
+                },
+                "page": {
+                    "description": "椤电爜",
+                    "type": "integer"
+                },
+                "pageSize": {
+                    "description": "姣忛〉澶у皬",
+                    "type": "integer"
+                }
+            }
+        },
+        "request.GetWorkerPositionList": {
             "type": "object",
             "properties": {
                 "keyword": {
@@ -2994,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": {
@@ -3016,6 +3848,9 @@
         "request.SalaryTypeValue": {
             "type": "object",
             "properties": {
+                "id": {
+                    "type": "integer"
+                },
                 "isDefault": {
                     "description": "鏄惁鍙紪杈�",
                     "type": "boolean"
@@ -3034,6 +3869,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"
                 }
             }
         },
@@ -3081,6 +3977,56 @@
                 },
                 "workerId": {
                     "description": "宸ヤ汉ID",
+                    "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"
                 }
             }
@@ -3282,6 +4228,106 @@
                 }
             }
         },
+        "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"
+                }
+            }
+        },
         "response.CarAndLevel": {
             "type": "object",
             "properties": {
@@ -3373,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