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 | 4068 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 4,056 insertions(+), 12 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index c309a2a..e1824a3 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -16,6 +16,606 @@
     "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": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鐢熶骇绠$悊/浜ч噺鐧昏琛�"
+                ],
+                "summary": "鍒囨崲浜ч噺鐧昏琛�",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.ChangeYieldRegister"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/models.YieldRegister"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/check": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害妫�楠�"
+                ],
+                "summary": "绾ゅ害妫�楠屽垪琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "name": "keyword",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.FinenessCheck"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            },
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害妫�楠�"
+                ],
+                "summary": "绾ゅ害妫�楠屼慨鏀�",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/response.FinenessCheckInfo"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/check/{id}": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害妫�楠�"
+                ],
+                "summary": "绾ゅ害妫�楠岃鎯�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "瀛楀吀淇℃伅",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.FinenessCheckInfo"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            },
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害妫�楠�"
+                ],
+                "summary": "绾ゅ害妫�楠屽垹闄�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "瀛楀吀淇℃伅",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/deleteYieldRegister/{number}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鐢熶骇绠$悊/浜ч噺鐧昏琛�"
+                ],
+                "summary": "鍒犻櫎浜ч噺鐧昏琛ㄨ褰�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "number",
+                        "name": "number",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/getYieldRegisterInfo": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鐢熶骇绠$悊/浜ч噺鐧昏琛�"
+                ],
+                "summary": "鑾峰彇浜ч噺鐧昏琛ㄨ鎯�",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetYieldRegisterList"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/request.YieldRegisterInfo"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/getYieldRegisterList": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鐢熶骇绠$悊/浜ч噺鐧昏琛�"
+                ],
+                "summary": "鑾峰彇浜ч噺鐧昏琛�",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetYieldRegisterList"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.YieldRegister"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-jl/v1/fineness/register": {
             "get": {
                 "produces": [
@@ -26,6 +626,11 @@
                 ],
                 "summary": "绾ゅ害鐧昏鍒楄〃",
                 "parameters": [
+                    {
+                        "type": "string",
+                        "name": "keyword",
+                        "in": "query"
+                    },
                     {
                         "type": "integer",
                         "description": "椤电爜",
@@ -62,9 +667,82 @@
                         }
                     }
                 }
+            },
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害鐧昏"
+                ],
+                "summary": "绾ゅ害鐧昏娣诲姞",
+                "parameters": [
+                    {
+                        "description": "瀛楀吀淇℃伅",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddFinenessRegister"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
             }
         },
         "/api-jl/v1/fineness/register/{id}": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害鐧昏"
+                ],
+                "summary": "绾ゅ害鐧昏璇︽儏",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "瀛楀吀淇℃伅",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/models.FinenessRegister"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            },
             "delete": {
                 "produces": [
                     "application/json"
@@ -77,6 +755,516 @@
                     {
                         "type": "string",
                         "description": "瀛楀吀淇℃伅",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/saveYieldRegister": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鐢熶骇绠$悊/浜ч噺鐧昏琛�"
+                ],
+                "summary": "淇濆瓨浜ч噺鐧昏琛�",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.YieldRegisterInfo"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/forms/salaryReportForms": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃绠$悊"
+                ],
+                "summary": "钖祫鎶ヨ〃",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.SalaryReportForms"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/response.SalaryReportForms"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/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/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/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": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/鐢熶笣瀹氫环鏍囧噯"
+                ],
+                "summary": "鍒犻櫎鐢熶笣瀹氫环鏍囧噯",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "id",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/deleteWorkshopManage/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/杞﹂棿绠$悊"
+                ],
+                "summary": "鍒犻櫎杞﹂棿绠$悊",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "id",
                         "name": "id",
                         "in": "path",
                         "required": true
@@ -124,6 +1312,12 @@
                         ],
                         "description": "瀛楀吀绫诲瀷",
                         "name": "dictType",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "鎼滅储鍏抽敭瀛�",
+                        "name": "keyword",
                         "in": "query"
                     },
                     {
@@ -247,9 +1441,947 @@
                     }
                 }
             }
+        },
+        "/api-jl/v1/system/getCarAndLevel": {
+            "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": {
+                                            "$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"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/getPriceStandardList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/鐢熶笣瀹氫环鏍囧噯"
+                ],
+                "summary": "鑾峰彇鐢熶笣瀹氫环鏍囧噯",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "name": "keyWord",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.RawSilkPriceStandard"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/getRankStandard": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/鐢熶笣瀹氱骇鏍囧噯"
+                ],
+                "summary": "鑾峰彇鐢熶笣瀹氱骇鏍囧噯",
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/response.RankStandard"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/getRankStandardGrade": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/鐢熶笣瀹氱骇鏍囧噯"
+                ],
+                "summary": "鑾峰彇鐢熶笣绛夌骇",
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "object",
+                                            "additionalProperties": {
+                                                "type": "string"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/getWorkshopManageGroup/{number}": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/杞﹂棿绠$悊"
+                ],
+                "summary": "鑾峰彇杞﹂棿缁勫埆",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "string",
+                        "description": "number",
+                        "name": "number",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "object",
+                                            "additionalProperties": {
+                                                "type": "integer"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/getWorkshopManageList": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/杞﹂棿绠$悊"
+                ],
+                "summary": "鑾峰彇杞﹂棿绠$悊鍒楄〃",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "string",
+                        "name": "keyWord",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.WorkshopManage"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/savePriceStandard": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/鐢熶笣瀹氫环鏍囧噯"
+                ],
+                "summary": "淇濆瓨鐢熶笣瀹氫环鏍囧噯",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/models.RawSilkPriceStandard"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/saveRankStandard": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/鐢熶笣瀹氱骇鏍囧噯"
+                ],
+                "summary": "淇濆瓨鐢熶笣瀹氱骇鏍囧噯",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.SaveRankStandard"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/saveWorkshopManage": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/杞﹂棿绠$悊"
+                ],
+                "summary": "淇濆瓨杞﹂棿绠$悊",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/models.WorkshopManage"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "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"
+                        }
+                    },
+                    {
+                        "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": [
+                1,
+                2,
+                3
+            ],
+            "x-enum-comments": {
+                "AllCar": "鍏ㄨ溅缁撴潫",
+                "LeftHalfCar": "宸﹀崐杞�",
+                "RightHalfCar": "鍙冲崐杞�"
+            },
+            "x-enum-varnames": [
+                "LeftHalfCar",
+                "RightHalfCar",
+                "AllCar"
+            ]
+        },
+        "constvar.CheckItem": {
+            "type": "integer",
+            "enum": [
+                1,
+                2,
+                3,
+                4,
+                5
+            ],
+            "x-enum-comments": {
+                "CheckItemCleanliness": "娓呮磥鍒�",
+                "CheckItemDeviation": "绾ゅ害鍋忓樊",
+                "CheckItemMaxDeviation": "鏈�澶у亸宸�",
+                "CheckItemPurity": "娲佸噣鍒�",
+                "CheckItemTwiceChange": "浜屾鍙樺寲"
+            },
+            "x-enum-varnames": [
+                "CheckItemDeviation",
+                "CheckItemTwiceChange",
+                "CheckItemCleanliness",
+                "CheckItemPurity",
+                "CheckItemMaxDeviation"
+            ]
+        },
         "constvar.DictType": {
             "type": "integer",
             "enum": [
@@ -271,6 +2403,81 @@
                 "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": [
+                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"
+            ]
+        },
         "gorm.DeletedAt": {
             "type": "object",
             "properties": {
@@ -280,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"
                 }
             }
         },
@@ -320,7 +2618,140 @@
                 }
             }
         },
-        "models.FinenessRegister": {
+        "models.FinenessCheck": {
+            "type": "object",
+            "properties": {
+                "averageFineness": {
+                    "description": "骞冲潎绾ゅ害",
+                    "type": "number"
+                },
+                "cleanliness": {
+                    "description": "娓呮磥搴�",
+                    "type": "number"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "deviation": {
+                    "description": "鍋忓樊",
+                    "type": "number"
+                },
+                "finenessGrade": {
+                    "description": "绾ゅ害绛夌骇",
+                    "type": "string"
+                },
+                "finenessRegister": {
+                    "description": "绾ゅ害鐧昏",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/models.FinenessRegister"
+                        }
+                    ]
+                },
+                "finenessRegisterID": {
+                    "description": "绾ゅ害鐧昏琛↖D",
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "inspector": {
+                    "description": "妫�楠屽憳",
+                    "type": "string"
+                },
+                "marketProcessOrderNumber": {
+                    "description": "搴勫彛宸ヨ壓鍗曠紪鍙�",
+                    "type": "string"
+                },
+                "measureFineness": {
+                    "description": "鍏噺绾ゅ害",
+                    "type": "number"
+                },
+                "purity": {
+                    "description": "娲佸噣搴�",
+                    "type": "number"
+                },
+                "totalDeviation": {
+                    "description": "鎬诲樊",
+                    "type": "number"
+                },
+                "twiceChange": {
+                    "description": "浜屽害鍙樺寲",
+                    "type": "number"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.FinenessCheckItem": {
+            "type": "object",
+            "properties": {
+                "cleanliness": {
+                    "description": "娓呮磥搴�",
+                    "type": "number"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "deviation": {
+                    "description": "鍋忓樊",
+                    "type": "number"
+                },
+                "finenessCheckID": {
+                    "description": "绾ゅ害妫�楠岃〃ID",
+                    "type": "integer"
+                },
+                "finenessGrade": {
+                    "description": "绾ゅ害绛夌骇",
+                    "type": "string"
+                },
+                "finenessRegisterID": {
+                    "description": "绾ゅ害鐧昏琛↖D",
+                    "type": "integer"
+                },
+                "finenessRoundingItems": {
+                    "description": "绾ゅ害鍒楄〃",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.FinenessRoundingItem"
+                    }
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "position": {
+                    "description": "杞﹀彿",
+                    "type": "integer"
+                },
+                "purity": {
+                    "description": "娲佸噣搴�",
+                    "type": "number"
+                },
+                "remark": {
+                    "description": "澶囨敞",
+                    "type": "string"
+                },
+                "totalDeviation": {
+                    "description": "鎬诲樊",
+                    "type": "number"
+                },
+                "twiceChange": {
+                    "description": "浜屽害鍙樺寲",
+                    "type": "number"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.FinenessItem": {
             "type": "object",
             "properties": {
                 "createdAt": {
@@ -329,9 +2760,55 @@
                 "deletedAt": {
                     "$ref": "#/definitions/gorm.DeletedAt"
                 },
-                "endCircle": {
-                    "description": "缁撴潫鍥炴暟",
+                "fineness": {
+                    "description": "绾ゅ害",
+                    "type": "number"
+                },
+                "finenessRegisterID": {
                     "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "position": {
+                    "description": "杞﹀彿",
+                    "type": "integer"
+                },
+                "quantity": {
+                    "description": "鏁伴噺",
+                    "type": "integer"
+                },
+                "sum": {
+                    "description": "绾ゅ害鍚堣",
+                    "type": "number"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.FinenessRegister": {
+            "type": "object",
+            "properties": {
+                "circle": {
+                    "description": "鍥炴暟",
+                    "type": "integer"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "finenessCheckID": {
+                    "description": "绾ゅ害妫�楠岃〃ID",
+                    "type": "integer"
+                },
+                "finenessList": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.FinenessItem"
+                    }
                 },
                 "finishDate": {
                     "description": "钀戒笣鏃堕棿",
@@ -344,20 +2821,26 @@
                     "description": "搴勫彛",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
-                    "type": "string"
-                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
+                },
+                "position": {
+                    "description": "鏈�鍚庝竴涓溅鍙�",
+                    "type": "integer"
                 },
                 "spec": {
                     "description": "瑙勬牸",
                     "type": "string"
                 },
-                "startCircle": {
-                    "description": "寮�濮嬪洖鏁�",
+                "sumFineness": {
+                    "type": "number"
+                },
+                "sumQuantity": {
+                    "type": "number"
+                },
+                "totalCircle": {
+                    "description": "鎬诲洖鏁�",
                     "type": "integer"
                 },
                 "updatedAt": {
@@ -365,7 +2848,537 @@
                 },
                 "workshopGroup": {
                     "description": "杞︾粍",
+                    "type": "integer"
+                },
+                "workshopName": {
                     "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.FinenessRoundingItem": {
+            "type": "object",
+            "properties": {
+                "fineness": {
+                    "description": "绾ゅ害",
+                    "type": "number"
+                },
+                "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.RawSilkPriceStandard": {
+            "type": "object",
+            "properties": {
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "marketId": {
+                    "type": "integer"
+                },
+                "marketName": {
+                    "type": "string"
+                },
+                "notes": {
+                    "type": "string"
+                },
+                "payStandard": {
+                    "type": "number"
+                },
+                "rawSilkGrade": {
+                    "type": "string"
+                },
+                "unit": {
+                    "type": "string"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.SalaryPlan": {
+            "type": "object",
+            "properties": {
+                "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"
+                },
+                "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"
+                },
+                "employmentTime": {
+                    "type": "string"
+                },
+                "groupNumber": {
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "string"
+                },
+                "name": {
+                    "type": "string"
+                },
+                "phoneNum": {
+                    "type": "string"
+                },
+                "shopId": {
+                    "type": "string"
+                },
+                "shopName": {
+                    "type": "string"
+                },
+                "status": {
+                    "$ref": "#/definitions/constvar.WorkerStatus"
+                },
+                "workType": {
+                    "type": "string"
+                },
+                "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": {
+                    "$ref": "#/definitions/constvar.CarFlag"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "endCarNumber": {
+                    "type": "integer"
+                },
+                "groupNumber": {
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "notes": {
+                    "type": "string"
+                },
+                "startCarNumber": {
+                    "type": "integer"
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.YieldRegister": {
+            "type": "object",
+            "properties": {
+                "bucketCocoonNumber": {
+                    "type": "number"
+                },
+                "circle": {
+                    "type": "integer"
+                },
+                "circles": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.YieldRegisterCircle"
+                    }
+                },
+                "createTime": {
+                    "type": "string"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "fallingSilkBucketOne": {
+                    "type": "number"
+                },
+                "fallingSilkBucketThree": {
+                    "type": "number"
+                },
+                "fallingSilkBucketTwo": {
+                    "type": "number"
+                },
+                "fallingSilkCocoonNumber": {
+                    "type": "number"
+                },
+                "groupNumber": {
+                    "type": "integer"
+                },
+                "groupReelingdiscount": {
+                    "type": "string"
+                },
+                "hourYield": {
+                    "type": "number"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "items": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.YieldRegisterItem"
+                    }
+                },
+                "jieZhuang": {
+                    "type": "string"
+                },
+                "level": {
+                    "type": "string"
+                },
+                "marketId": {
+                    "type": "integer"
+                },
+                "marketName": {
+                    "description": "搴勫彛鍚�",
+                    "type": "string"
+                },
+                "number": {
+                    "type": "string"
+                },
+                "oneBack": {
+                    "type": "string"
+                },
+                "record": {
+                    "type": "number"
+                },
+                "selectOne": {
+                    "type": "boolean"
+                },
+                "selectThree": {
+                    "type": "boolean"
+                },
+                "selectTwo": {
+                    "type": "boolean"
+                },
+                "spec": {
+                    "type": "string"
+                },
+                "theorySilkAmount": {
+                    "type": "number"
+                },
+                "threeBack": {
+                    "type": "string"
+                },
+                "timeJia": {
+                    "type": "string"
+                },
+                "timeYi": {
+                    "type": "string"
+                },
+                "total": {
+                    "type": "number"
+                },
+                "twoBack": {
+                    "type": "string"
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "vehicleSpeed": {
+                    "type": "number"
+                },
+                "workshopName": {
+                    "description": "杞﹂棿鍚�",
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.YieldRegisterCircle": {
+            "type": "object",
+            "properties": {
+                "allYield": {
+                    "type": "number"
+                },
+                "carNumber": {
+                    "type": "integer"
+                },
+                "circle": {
+                    "type": "integer"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "oneYield": {
+                    "type": "number"
+                },
+                "pieceNumber": {
+                    "type": "integer"
+                },
+                "reelingdiscount": {
+                    "type": "string"
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "value": {
+                    "type": "number"
+                },
+                "yieldRegisterId": {
+                    "type": "integer"
+                }
+            }
+        },
+        "models.YieldRegisterItem": {
+            "type": "object",
+            "properties": {
+                "carNumber": {
+                    "type": "integer"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "hourYield": {
+                    "type": "number"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "oneYield": {
+                    "type": "number"
+                },
+                "peopleYield": {
+                    "type": "number"
+                },
+                "personReelingdiscount": {
+                    "type": "string"
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "yieldRegisterId": {
+                    "type": "integer"
                 }
             }
         },
@@ -390,6 +3403,532 @@
                 },
                 "remark": {
                     "description": "澶囨敞",
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddFinenessRegister": {
+            "type": "object",
+            "properties": {
+                "circle": {
+                    "description": "鍥炴暟",
+                    "type": "integer"
+                },
+                "finenessList": {
+                    "description": "绾ゅ害鏁扮粍",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.FinenessItem"
+                    }
+                },
+                "finishDate": {
+                    "description": "钀戒笣鏃堕棿",
+                    "type": "string"
+                },
+                "id": {
+                    "description": "id 娣诲姞鏃朵紶0",
+                    "type": "integer"
+                },
+                "market": {
+                    "description": "搴勫彛",
+                    "type": "string"
+                },
+                "number": {
+                    "description": "缂栧彿",
+                    "type": "string"
+                },
+                "position": {
+                    "description": "鏈�鍚庝竴涓溅鍙�",
+                    "type": "integer"
+                },
+                "spec": {
+                    "description": "瑙勬牸",
+                    "type": "string"
+                },
+                "sumFineness": {
+                    "description": "鍚堣绾ゅ害",
+                    "type": "number"
+                },
+                "sumQuantity": {
+                    "description": "鍚堣鏁伴噺",
+                    "type": "number"
+                },
+                "totalCircle": {
+                    "description": "鎬诲洖鏁�",
+                    "type": "integer"
+                },
+                "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.ChangeYieldRegister": {
+            "type": "object",
+            "properties": {
+                "createTime": {
+                    "description": "鍒涘缓鏃堕棿",
+                    "type": "string"
+                },
+                "groupNumber": {
+                    "description": "缁勫埆",
+                    "type": "integer"
+                },
+                "marketId": {
+                    "description": "搴勫彛id",
+                    "type": "integer"
+                },
+                "spec": {
+                    "description": "瑙勬牸",
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栫爜",
+                    "type": "string"
+                }
+            }
+        },
+        "request.DeleteAttendanceInfo": {
+            "type": "object",
+            "properties": {
+                "ids": {
+                    "description": "璁板綍id",
+                    "type": "array",
+                    "items": {
+                        "type": "integer"
+                    }
+                }
+            }
+        },
+        "request.DynamicsRank": {
+            "type": "object",
+            "properties": {
+                "rankName": {
+                    "description": "绛夌骇鍚嶇О",
+                    "type": "string"
+                },
+                "rankProp": {
+                    "description": "鍓嶇紑key",
+                    "type": "string"
+                },
+                "rankValue": {
+                    "description": "绛夌骇鍊�",
+                    "type": "number"
+                }
+            }
+        },
+        "request.FinenessItem": {
+            "type": "object",
+            "properties": {
+                "fineness": {
+                    "description": "绾ゅ害",
+                    "type": "number"
+                },
+                "position": {
+                    "description": "杞﹀彿",
+                    "type": "integer"
+                },
+                "quantity": {
+                    "description": "鏁伴噺",
+                    "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"
+                }
+            }
+        },
+        "request.GetWorkshopManageCar": {
+            "type": "object",
+            "properties": {
+                "groupNumber": {
+                    "description": "缁勫埆",
+                    "type": "integer"
+                },
+                "marketName": {
+                    "description": "搴勫彛鍚�",
+                    "type": "string"
+                },
+                "workshopName": {
+                    "description": "杞﹂棿鍚嶇О",
+                    "type": "string"
+                }
+            }
+        },
+        "request.GetYieldRegisterList": {
+            "type": "object",
+            "properties": {
+                "keyWord": {
+                    "type": "string"
+                },
+                "number": {
+                    "description": "浜ч噺鐧昏琛ㄧ紪鍙�",
+                    "type": "string"
+                },
+                "page": {
+                    "description": "椤电爜",
+                    "type": "integer"
+                },
+                "pageSize": {
+                    "description": "姣忛〉澶у皬",
+                    "type": "integer"
+                }
+            }
+        },
+        "request.PieceInfo": {
+            "type": "object",
+            "properties": {
+                "pieceNumber": {
+                    "type": "integer"
+                },
+                "value": {
+                    "type": "number"
+                }
+            }
+        },
+        "request.RankStandard": {
+            "type": "object",
+            "properties": {
+                "checkItem": {
+                    "description": "妫�鏌ラ」鐩悕绉�",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.CheckItem"
+                        }
+                    ]
+                },
+                "dynamicsRanks": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.DynamicsRank"
+                    }
+                },
+                "endFineness": {
+                    "description": "缁撴潫绾ゅ害",
+                    "type": "number"
+                },
+                "lineId": {
+                    "description": "琛宨d",
+                    "type": "string"
+                },
+                "rankA": {
+                    "description": "閲庣氦",
+                    "type": "number"
+                },
+                "rankB": {
+                    "description": "澶ч噹",
+                    "type": "number"
+                },
+                "rankC": {
+                    "description": "鐗归噹",
+                    "type": "number"
+                },
+                "startFineness": {
+                    "description": "寮�濮嬬氦搴�",
+                    "type": "number"
+                }
+            }
+        },
+        "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.SaveRankStandard": {
+            "type": "object",
+            "properties": {
+                "rankStandard": {
+                    "type": "array",
+                    "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"
                 }
             }
@@ -422,6 +3961,513 @@
                 }
             }
         },
+        "request.UpdateMentorRequest": {
+            "type": "object",
+            "properties": {
+                "days": {
+                    "description": "澶╂暟",
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "month": {
+                    "description": "鏈堜唤",
+                    "type": "string"
+                },
+                "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"
+                }
+            }
+        },
+        "request.YieldRegisterCircleInfo": {
+            "type": "object",
+            "properties": {
+                "allYield": {
+                    "description": "浜ч噺",
+                    "type": "number"
+                },
+                "carNumber": {
+                    "description": "杞﹀彿",
+                    "type": "integer"
+                },
+                "circle": {
+                    "description": "鍥炴暟",
+                    "type": "integer"
+                },
+                "oneYield": {
+                    "description": "鍙颁骇",
+                    "type": "number"
+                },
+                "pieceNumbers": {
+                    "description": "鐗囨暟淇℃伅",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.PieceInfo"
+                    }
+                },
+                "reelingdiscount": {
+                    "description": "缂姌",
+                    "type": "string"
+                },
+                "yieldRegisterId": {
+                    "description": "浜ч噺鐧昏琛╥d",
+                    "type": "integer"
+                }
+            }
+        },
+        "request.YieldRegisterInfo": {
+            "type": "object",
+            "properties": {
+                "bucketCocoonNumber": {
+                    "description": "姣忔《鑼ф暟",
+                    "type": "number"
+                },
+                "circle": {
+                    "description": "鍥炴暟",
+                    "type": "integer"
+                },
+                "circles": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.YieldRegisterCircleInfo"
+                    }
+                },
+                "createTime": {
+                    "description": "鍒涘缓鏃堕棿",
+                    "type": "string"
+                },
+                "fallingSilkBucketOne": {
+                    "description": "钀戒笣妗舵暟1",
+                    "type": "number"
+                },
+                "fallingSilkBucketThree": {
+                    "description": "钀戒笣妗舵暟3",
+                    "type": "number"
+                },
+                "fallingSilkBucketTwo": {
+                    "description": "钀戒笣妗舵暟2",
+                    "type": "number"
+                },
+                "fallingSilkCocoonNumber": {
+                    "description": "钀戒笣鑼ф暟",
+                    "type": "number"
+                },
+                "groupNumber": {
+                    "description": "缁勫埆",
+                    "type": "integer"
+                },
+                "groupReelingdiscount": {
+                    "description": "杞︾粍缂姌",
+                    "type": "string"
+                },
+                "hourYield": {
+                    "description": "鍙版椂浜ч噺",
+                    "type": "number"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "items": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.YieldRegisterItemInfo"
+                    }
+                },
+                "jieZhuang": {
+                    "description": "鏄惁缁撳簞",
+                    "type": "string"
+                },
+                "level": {
+                    "description": "绛夌骇",
+                    "type": "string"
+                },
+                "marketId": {
+                    "description": "搴勫彛id",
+                    "type": "integer"
+                },
+                "number": {
+                    "description": "缂栧彿",
+                    "type": "string"
+                },
+                "oneBack": {
+                    "description": "绗竴鍥�",
+                    "type": "string"
+                },
+                "record": {
+                    "description": "鐢熶骇鐢ㄦ椂",
+                    "type": "number"
+                },
+                "selectOne": {
+                    "description": "钀戒笣妗舵暟1閫変腑",
+                    "type": "boolean"
+                },
+                "selectThree": {
+                    "description": "钀戒笣妗舵暟3閫変腑",
+                    "type": "boolean"
+                },
+                "selectTwo": {
+                    "description": "钀戒笣妗舵暟2閫変腑",
+                    "type": "boolean"
+                },
+                "spec": {
+                    "description": "瑙勬牸",
+                    "type": "string"
+                },
+                "theorySilkAmount": {
+                    "description": "鐞嗚涓濋噺",
+                    "type": "number"
+                },
+                "threeBack": {
+                    "description": "绗笁鍥�",
+                    "type": "string"
+                },
+                "timeJia": {
+                    "description": "鐢茬彮鏃堕棿",
+                    "type": "string"
+                },
+                "timeYi": {
+                    "description": "涔欑彮鏃堕棿",
+                    "type": "string"
+                },
+                "total": {
+                    "description": "鎬讳骇閲�",
+                    "type": "number"
+                },
+                "twoBack": {
+                    "description": "绗簩鍥�",
+                    "type": "string"
+                },
+                "vehicleSpeed": {
+                    "description": "瀹炴椂杞﹂��",
+                    "type": "number"
+                },
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栫爜",
+                    "type": "string"
+                }
+            }
+        },
+        "request.YieldRegisterItemInfo": {
+            "type": "object",
+            "properties": {
+                "carNumber": {
+                    "description": "杞﹀彿",
+                    "type": "integer"
+                },
+                "hourYield": {
+                    "description": "鍙版椂浜ч噺",
+                    "type": "number"
+                },
+                "oneYield": {
+                    "description": "鍙颁骇閲�",
+                    "type": "number"
+                },
+                "peopleYield": {
+                    "description": "涓汉浜ч噺",
+                    "type": "number"
+                },
+                "personReelingdiscount": {
+                    "description": "涓汉缂姌",
+                    "type": "string"
+                },
+                "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"
+                }
+            }
+        },
+        "response.CarAndLevel": {
+            "type": "object",
+            "properties": {
+                "car": {
+                    "type": "array",
+                    "items": {
+                        "type": "array",
+                        "items": {
+                            "type": "integer"
+                        }
+                    }
+                },
+                "level": {
+                    "type": "string"
+                }
+            }
+        },
+        "response.DynamicsRank": {
+            "type": "object",
+            "properties": {
+                "rankName": {
+                    "description": "绛夌骇鍚嶇О",
+                    "type": "string"
+                },
+                "rankProp": {
+                    "description": "鍓嶇紑key",
+                    "type": "string"
+                },
+                "rankValue": {
+                    "description": "绛夌骇鍊�",
+                    "type": "number"
+                }
+            }
+        },
+        "response.FinenessCheckInfo": {
+            "type": "object",
+            "properties": {
+                "info": {
+                    "$ref": "#/definitions/models.FinenessCheck"
+                },
+                "items": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.FinenessCheckItem"
+                    }
+                }
+            }
+        },
+        "response.RankStandard": {
+            "type": "object",
+            "properties": {
+                "checkItem": {
+                    "description": "妫�鏌ラ」鐩悕绉�",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.CheckItem"
+                        }
+                    ]
+                },
+                "dynamicsRanks": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/response.DynamicsRank"
+                    }
+                },
+                "endFineness": {
+                    "description": "缁撴潫绾ゅ害",
+                    "type": "number"
+                },
+                "lineId": {
+                    "description": "琛宨d",
+                    "type": "string"
+                },
+                "rankA": {
+                    "description": "閲庣氦",
+                    "type": "number"
+                },
+                "rankB": {
+                    "description": "澶ч噹",
+                    "type": "number"
+                },
+                "rankC": {
+                    "description": "鐗归噹",
+                    "type": "number"
+                },
+                "startFineness": {
+                    "description": "寮�濮嬬氦搴�",
+                    "type": "number"
+                }
+            }
+        },
+        "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": {
@@ -450,9 +4496,7 @@
                 "pageSize": {
                     "type": "integer"
                 },
-                "total": {
-                    "type": "integer"
-                }
+                "total": {}
             }
         }
     }

--
Gitblit v1.8.0