From cc7c2094568ea8f9d1697da5ed0a2c759ca81abd Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期五, 30 八月 2024 17:18:30 +0800
Subject: [PATCH] 方法修改,修改薪资列表,添加分页查询

---
 docs/docs.go | 1439 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 1,402 insertions(+), 37 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index f4e0312..3f8e9e3 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1,5 +1,4 @@
-// Code generated by swaggo/swag. DO NOT EDIT.
-
+// Package docs Code generated by swaggo/swag. DO NOT EDIT
 package docs
 
 import "github.com/swaggo/swag"
@@ -201,6 +200,36 @@
                 }
             }
         },
+        "/api-jl/v1/attendance/getTemplate": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鑰冨嫟绠$悊"
+                ],
+                "summary": "鑾峰彇妯$増鍒楄〃",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.TemplateCategoryRequest"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api-jl/v1/attendance/saveAttendanceRule": {
             "post": {
                 "produces": [
@@ -328,6 +357,12 @@
                 "summary": "绾ゅ害妫�楠屽垪琛�",
                 "parameters": [
                     {
+                        "type": "integer",
+                        "description": "绾ゅ害鐧昏琛↖D",
+                        "name": "finenessRegisterID",
+                        "in": "query"
+                    },
+                    {
                         "type": "string",
                         "name": "keyword",
                         "in": "query"
@@ -369,7 +404,7 @@
                     }
                 }
             },
-            "post": {
+            "put": {
                 "produces": [
                     "application/json"
                 ],
@@ -379,13 +414,20 @@
                 "summary": "绾ゅ害妫�楠屼慨鏀�",
                 "parameters": [
                     {
-                        "description": "瀛楀吀淇℃伅",
+                        "description": "鍙傛暟",
                         "name": "object",
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/models.FinenessCheck"
+                            "$ref": "#/definitions/response.FinenessCheckInfo"
                         }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
                     }
                 ],
                 "responses": {
@@ -410,7 +452,7 @@
                 "parameters": [
                     {
                         "type": "string",
-                        "description": "瀛楀吀淇℃伅",
+                        "description": "绾ゅ害妫�楠孖D",
                         "name": "id",
                         "in": "path",
                         "required": true
@@ -459,6 +501,46 @@
                         "description": "鎴愬姛",
                         "schema": {
                             "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/fineness/checkFinenessID/{id}": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绾ゅ害妫�楠�"
+                ],
+                "summary": "鏍规嵁绾ゅ害鐧昏ID鑾峰彇绾ゅ害妫�楠岃鎯�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "绾ゅ害鐧昏ID",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.FinenessCheckInfo"
+                                        }
+                                    }
+                                }
+                            ]
                         }
                     }
                 }
@@ -589,6 +671,12 @@
                 ],
                 "summary": "绾ゅ害鐧昏鍒楄〃",
                 "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "绾ゅ害鐧昏琛↖D",
+                        "name": "finenessRegisterID",
+                        "in": "query"
+                    },
                     {
                         "type": "string",
                         "name": "keyword",
@@ -751,6 +839,95 @@
                         "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/forms/updateSalaryReportForms": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃绠$悊"
+                ],
+                "summary": "淇敼钖祫鎶ヨ〃",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateSalaryReportForms"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
                     }
                 ],
                 "responses": {
@@ -959,6 +1136,356 @@
                 }
             }
         },
+        "/api-jl/v1/salary/getPayrollConstituteList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍛樺伐钖祫/钖叕鏂规"
+                ],
+                "summary": "鑾峰彇浜哄憳姣忔湀鐨勮柂璧勫垪琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "string",
+                        "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+                        "name": "cycle",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "鍏抽敭瀛�",
+                        "name": "keyword",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "宸ョ缂栫爜",
+                        "name": "workTypeCode",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "宸ョID",
+                        "name": "workTypeID",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "鍛樺伐ID",
+                        "name": "workerID",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "object",
+                                            "additionalProperties": true
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/salary/getPayrollProductionCarList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍛樺伐钖祫/钖叕鏂规"
+                ],
+                "summary": "鑾峰彇杞﹀彴姣忓ぉ鐨勪骇閲忓垪琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "integer",
+                        "description": "杞﹀彴鍙�",
+                        "name": "carNumber",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "缁熻鍛ㄦ湡锛堝勾-鏈�-鏃ワ級",
+                        "name": "cycle",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "绛夌骇",
+                        "name": "finishLevel",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "缁勫埆",
+                        "name": "groupNumber",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "搴勫彛缂栧彿",
+                        "name": "marketNumber",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+                        "name": "monthly",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "瑙勬牸",
+                        "name": "spec",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "杞﹂棿缂栧彿",
+                        "name": "workshopNumber",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.PayrollProductionCar"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/salary/getPayrollProductionGroupList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍛樺伐钖祫/钖叕鏂规"
+                ],
+                "summary": "鑾峰彇灏忕粍姣忓ぉ鐨勪骇閲忓垪琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "string",
+                        "description": "缁熻鍛ㄦ湡锛堝勾-鏈�-鏃ワ級",
+                        "name": "cycle",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "缁勫埆",
+                        "name": "groupNumber",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+                        "name": "monthly",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "杞﹂棿缂栧彿",
+                        "name": "workshopNumber",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.PayrollProductionGroup"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/salary/getPayrollSalaryPlanList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍛樺伐钖祫/钖叕鏂规"
+                ],
+                "summary": "鑾峰彇浜哄憳姣忔湀鐨勮柂璧勫垪琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "string",
+                        "description": "缁熻鍛ㄦ湡鎸夋湀鏌ヨ锛堝勾-鏈堬級",
+                        "name": "cycle",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "鍏抽敭瀛�",
+                        "name": "keyword",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "宸ョ缂栫爜",
+                        "name": "workTypeCode",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "宸ョID",
+                        "name": "workTypeID",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "鍛樺伐ID",
+                        "name": "workerID",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.PayrollSalaryPlan"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-jl/v1/salary/getSalaryPlanList": {
             "post": {
                 "produces": [
@@ -1056,6 +1583,43 @@
                                     }
                                 }
                             ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/salary/savePayrollConstitute": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍛樺伐钖祫/钖叕鏂规"
+                ],
+                "summary": "钖叕鏁伴璋冩暣",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.SavePayrollConstitute"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
                         }
                     }
                 }
@@ -1203,10 +1767,10 @@
                 "parameters": [
                     {
                         "enum": [
-                            0,
                             1,
                             2,
-                            3
+                            3,
+                            4
                         ],
                         "type": "integer",
                         "x-enum-comments": {
@@ -1348,6 +1912,53 @@
                         "description": "鎴愬姛",
                         "schema": {
                             "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/getAutoCode": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/瀛楀吀"
+                ],
+                "summary": "鑾峰彇鑷姩缂栫爜",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "type": "integer",
+                        "description": "绫诲瀷",
+                        "name": "type",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "object",
+                                            "additionalProperties": true
+                                        }
+                                    }
+                                }
+                            ]
                         }
                     }
                 }
@@ -1674,7 +2285,7 @@
                                         "data": {
                                             "type": "array",
                                             "items": {
-                                                "$ref": "#/definitions/models.WorkshopManage"
+                                                "$ref": "#/definitions/response.WorkshopManage"
                                             }
                                         }
                                     }
@@ -1756,20 +2367,20 @@
                 "summary": "淇濆瓨杞﹂棿绠$悊",
                 "parameters": [
                     {
-                        "description": "鍙傛暟",
-                        "name": "object",
-                        "in": "body",
-                        "required": true,
-                        "schema": {
-                            "$ref": "#/definitions/models.WorkshopManage"
-                        }
-                    },
-                    {
                         "type": "string",
                         "description": "token",
                         "name": "Authorization",
                         "in": "header",
                         "required": true
+                    },
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddWorkshopManage"
+                        }
                     }
                 ],
                 "responses": {
@@ -2255,18 +2866,15 @@
             "type": "integer",
             "enum": [
                 1,
-                2,
-                3
+                2
             ],
             "x-enum-comments": {
-                "AllCar": "鍏ㄨ溅缁撴潫",
                 "LeftHalfCar": "宸﹀崐杞�",
                 "RightHalfCar": "鍙冲崐杞�"
             },
             "x-enum-varnames": [
                 "LeftHalfCar",
-                "RightHalfCar",
-                "AllCar"
+                "RightHalfCar"
             ]
         },
         "constvar.CheckItem": {
@@ -2296,10 +2904,10 @@
         "constvar.DictType": {
             "type": "integer",
             "enum": [
-                0,
                 1,
                 2,
-                3
+                3,
+                4
             ],
             "x-enum-comments": {
                 "DictTypeColor": "棰滆壊",
@@ -2314,6 +2922,66 @@
                 "DictTypeSpec"
             ]
         },
+        "constvar.FileTemplateCategory": {
+            "type": "integer",
+            "enum": [
+                1,
+                2
+            ],
+            "x-enum-comments": {
+                "FileTemplateCategory_Output": "鍑哄簱",
+                "FileTemplateCategory_Selfmade": "鍏ュ簱-鑷埗"
+            },
+            "x-enum-varnames": [
+                "FileTemplateCategory_Selfmade",
+                "FileTemplateCategory_Output"
+            ]
+        },
+        "constvar.JobType": {
+            "type": "string",
+            "enum": [
+                "weavers",
+                "car_head",
+                "maintenance",
+                "boiled",
+                "scoop",
+                "transport",
+                "cleaner",
+                "machine_cleaner",
+                "all-powerful",
+                "monitor",
+                "test",
+                "other"
+            ],
+            "x-enum-comments": {
+                "JobTypeAllPowerful": "鍏ㄨ兘鏈哄姩",
+                "JobTypeBoiled": "鐓導宸�",
+                "JobTypeCarHead": "杞﹀ご宸�",
+                "JobTypeCleaner": "娓呮磥宸�",
+                "JobTypeMachineCleaner": "鎰熺煡鍣ㄦ竻娲楀伐",
+                "JobTypeMaintenance": "淇濆叏宸�",
+                "JobTypeMonitor": "鐝暱",
+                "JobTypeOther": "鍏跺畠",
+                "JobTypeScoop": "鑸�鑼у伐",
+                "JobTypeTest": "娴嬭瘯",
+                "JobTypeTransport": "閫佽導宸�",
+                "JobTypeWeavers": "鎸¤溅宸�"
+            },
+            "x-enum-varnames": [
+                "JobTypeWeavers",
+                "JobTypeCarHead",
+                "JobTypeMaintenance",
+                "JobTypeBoiled",
+                "JobTypeScoop",
+                "JobTypeTransport",
+                "JobTypeCleaner",
+                "JobTypeMachineCleaner",
+                "JobTypeAllPowerful",
+                "JobTypeMonitor",
+                "JobTypeTest",
+                "JobTypeOther"
+            ]
+        },
         "constvar.MiniDictType": {
             "type": "integer",
             "enum": [
@@ -2324,9 +2992,12 @@
                 5,
                 6,
                 7,
-                8
+                8,
+                9,
+                10
             ],
             "x-enum-comments": {
+                "Absenteeism": "缂哄嫟",
                 "EarlyWarningDay": "棰勮澶╂暟",
                 "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷",
                 "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷",
@@ -2334,7 +3005,8 @@
                 "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇",
                 "OutsourcingSupplierRange": "渚涜揣鑼冨洿",
                 "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�",
-                "SalaryType": "鍢夎仈钖祫绫诲瀷"
+                "SalaryType": "鍢夎仈钖祫绫诲瀷",
+                "WildSilk": "閲庣氦"
             },
             "x-enum-varnames": [
                 "MiniDictTypePlcBrand",
@@ -2344,7 +3016,9 @@
                 "OutsourcingSupplierType",
                 "OutsourcingSupplierCreditGrade",
                 "OutsourcingSupplierRange",
-                "SalaryType"
+                "SalaryType",
+                "WildSilk",
+                "Absenteeism"
             ]
         },
         "constvar.WorkerStatus": {
@@ -2366,6 +3040,21 @@
                 "WorkerStatusRest",
                 "WorkerStatusHoliday",
                 "WorkerStatusOvertime"
+            ]
+        },
+        "constvar.WorkshopType": {
+            "type": "integer",
+            "enum": [
+                1,
+                2
+            ],
+            "x-enum-comments": {
+                "Group": "鍒嗙粍淇℃伅",
+                "Workshop": "杞﹂棿淇℃伅"
+            },
+            "x-enum-varnames": [
+                "Workshop",
+                "Group"
             ]
         },
         "gorm.DeletedAt": {
@@ -2415,6 +3104,9 @@
                 },
                 "overTimeDuration": {
                     "type": "number"
+                },
+                "phoneNum": {
+                    "type": "string"
                 },
                 "startWorkTime": {
                     "type": "string"
@@ -2652,6 +3344,7 @@
                     "type": "number"
                 },
                 "finenessRegisterID": {
+                    "description": "绾ゅ害鐧昏ID",
                     "type": "integer"
                 },
                 "id": {
@@ -2705,11 +3398,15 @@
                     "type": "integer"
                 },
                 "market": {
-                    "description": "搴勫彛",
+                    "description": "搴勫彛鍚嶇О",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
+                "marketId": {
+                    "description": "搴勫彛ID",
+                    "type": "integer"
+                },
+                "marketNumber": {
+                    "description": "搴勫彛缂栧彿",
                     "type": "string"
                 },
                 "number": {
@@ -2740,6 +3437,14 @@
                 "workshopGroup": {
                     "description": "杞︾粍",
                     "type": "integer"
+                },
+                "workshopName": {
+                    "description": "杞﹂棿鍚嶇О",
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栧彿",
+                    "type": "string"
                 }
             }
         },
@@ -2816,6 +3521,297 @@
                 }
             }
         },
+        "models.PayrollProductionCar": {
+            "type": "object",
+            "properties": {
+                "badSilkAvgQuantity": {
+                    "description": "閲庣氦骞冲潎鏁伴噺",
+                    "type": "number"
+                },
+                "badSilkQuantity": {
+                    "description": "閲庣氦鏁伴噺",
+                    "type": "number"
+                },
+                "badSilkTotalAmount": {
+                    "description": "閲庣氦鎬讳环",
+                    "type": "number"
+                },
+                "badSilkTotalAvgAmount": {
+                    "description": "閲庣氦浜哄钩鍧囨�讳环",
+                    "type": "number"
+                },
+                "badSilkType": {
+                    "description": "閲庣氦绫诲瀷",
+                    "type": "string"
+                },
+                "badSilkUnitAmount": {
+                    "description": "閲庣氦鍗曚环",
+                    "type": "number"
+                },
+                "carNumber": {
+                    "description": "杞﹀彴鍙�",
+                    "type": "integer"
+                },
+                "carWorkIds": {
+                    "description": "杞﹀彴鍏宠仈鎸¤溅宸D",
+                    "type": "string"
+                },
+                "carWorkQuantity": {
+                    "description": "杞﹀彴鍏宠仈浜哄憳鏁伴噺",
+                    "type": "integer"
+                },
+                "cycle": {
+                    "description": "缁熻鍛ㄦ湡锛堝勾鏈堟棩锛�",
+                    "type": "string"
+                },
+                "desiredLevel": {
+                    "description": "鏈熸湜绛夌骇",
+                    "type": "string"
+                },
+                "fallingSilkBucket": {
+                    "description": "钀戒笣妗舵暟",
+                    "type": "number"
+                },
+                "finishLevel": {
+                    "description": "鎴愬搧绛夌骇",
+                    "type": "string"
+                },
+                "finishTotalAmount": {
+                    "description": "鎴愬搧閲戦",
+                    "type": "number"
+                },
+                "finishTotalAvgAmount": {
+                    "description": "鎴愬搧浜哄钩鍧囬噾棰�",
+                    "type": "number"
+                },
+                "groupNumber": {
+                    "description": "缁勫埆",
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "marketId": {
+                    "description": "搴勫彛缂栧彿",
+                    "type": "integer"
+                },
+                "marketName": {
+                    "description": "搴勫彛鍚嶇О",
+                    "type": "string"
+                },
+                "marketNumber": {
+                    "description": "搴勫彛缂栧彿",
+                    "type": "string"
+                },
+                "silkAvgQuantity": {
+                    "description": "浜哄钩鍧囦笣閲�",
+                    "type": "number"
+                },
+                "silkQuantity": {
+                    "description": "涓濋噺",
+                    "type": "number"
+                },
+                "silkTotalAmount": {
+                    "description": "涓濋噺鎬讳环",
+                    "type": "number"
+                },
+                "silkTotalAvgAmount": {
+                    "description": "涓濋噺浜哄钩鍧囨�讳环",
+                    "type": "number"
+                },
+                "silkUnitAmount": {
+                    "description": "涓濆崟浠�",
+                    "type": "number"
+                },
+                "spec": {
+                    "description": "瑙勬牸",
+                    "type": "string"
+                },
+                "workshopId": {
+                    "type": "integer"
+                },
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栧彿",
+                    "type": "string"
+                }
+            }
+        },
+        "models.PayrollProductionGroup": {
+            "type": "object",
+            "properties": {
+                "badSilkQuantity": {
+                    "description": "閲庣氦鏁伴噺",
+                    "type": "number"
+                },
+                "badSilkTotalAmount": {
+                    "description": "閲庣氦鎬讳环",
+                    "type": "number"
+                },
+                "badSilkTotalAvgAmount": {
+                    "description": "閲庣氦浜哄钩鍧囨�讳环",
+                    "type": "number"
+                },
+                "cycle": {
+                    "description": "缁熻鍛ㄦ湡锛堝勾鏈堟棩锛�",
+                    "type": "string"
+                },
+                "fallingSilkBucket": {
+                    "type": "number"
+                },
+                "finishTotalAmount": {
+                    "description": "鎴愬搧閲戦",
+                    "type": "number"
+                },
+                "finishTotalAvgAmount": {
+                    "description": "鎴愬搧浜哄钩鍧囬噾棰�",
+                    "type": "number"
+                },
+                "groupNumber": {
+                    "description": "缁勫埆",
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "silkAvgQuantity": {
+                    "description": "浜哄钩鍧囦笣閲�",
+                    "type": "number"
+                },
+                "silkQuantity": {
+                    "description": "涓濋噺",
+                    "type": "number"
+                },
+                "silkTotalAmount": {
+                    "description": "涓濋噺鎬讳环",
+                    "type": "number"
+                },
+                "silkTotalAvgAmount": {
+                    "description": "涓濋噺浜哄钩鍧囨�讳环",
+                    "type": "number"
+                },
+                "workshopId": {
+                    "type": "integer"
+                },
+                "workshopName": {
+                    "description": "杞﹂棿鍚嶇О",
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栧彿",
+                    "type": "string"
+                }
+            }
+        },
+        "models.PayrollSalaryPlan": {
+            "type": "object",
+            "properties": {
+                "amount": {
+                    "description": "搴斿彂宸ヨ祫",
+                    "type": "number"
+                },
+                "baseSalaryAmount": {
+                    "description": "涓嶈揪淇濆簳",
+                    "type": "number"
+                },
+                "cycle": {
+                    "description": "鏈堜唤",
+                    "type": "string"
+                },
+                "dailyInspectionAmount": {
+                    "description": "鏃ュ父妫�鏌�/濂栫綒3",
+                    "type": "number"
+                },
+                "downtimeAmount": {
+                    "description": "鍋滄満琛ヨ创",
+                    "type": "number"
+                },
+                "heatAmount": {
+                    "description": "濂栫綒2/娓呭噳琛ヨ创",
+                    "type": "number"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "longTermAmount": {
+                    "description": "婊″嫟",
+                    "type": "number"
+                },
+                "masterApprenticeAmount": {
+                    "description": "甯﹀緬琛ヨ创",
+                    "type": "number"
+                },
+                "overtimeAmount": {
+                    "description": "鍔犵彮宸ヨ祫",
+                    "type": "number"
+                },
+                "positionAmount": {
+                    "description": "宀椾綅琛ヨ创",
+                    "type": "number"
+                },
+                "productionAmount": {
+                    "description": "鐢熶骇宸ヨ祫",
+                    "type": "number"
+                },
+                "qualityStandardsAmount": {
+                    "description": "璐ㄩ噺濂�",
+                    "type": "number"
+                },
+                "quantity": {
+                    "description": "浜ч噺",
+                    "type": "number"
+                },
+                "remark": {
+                    "description": "澶囨敞",
+                    "type": "string"
+                },
+                "seniorityAmount": {
+                    "description": "宸ラ緞琛ヨ创",
+                    "type": "number"
+                },
+                "socialSecurityAmount": {
+                    "description": "绀句繚琛ヨ创",
+                    "type": "number"
+                },
+                "substandardQualityAmount": {
+                    "description": "濂栫綒1",
+                    "type": "number"
+                },
+                "timeoutAmount": {
+                    "description": "瓒呮椂宸ヨ祫",
+                    "type": "number"
+                },
+                "trafficAmount": {
+                    "description": "浜ら�氳ˉ璐�",
+                    "type": "number"
+                },
+                "workTypeCode": {
+                    "description": "宸ョ浠g爜",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.JobType"
+                        }
+                    ]
+                },
+                "workTypeID": {
+                    "description": "宸ョID",
+                    "type": "integer"
+                },
+                "workTypeName": {
+                    "description": "宸ョ鍚嶇О",
+                    "type": "string"
+                },
+                "worker": {
+                    "$ref": "#/definitions/models.Worker"
+                },
+                "workerId": {
+                    "description": "鍛樺伐ID",
+                    "type": "string"
+                },
+                "workerName": {
+                    "type": "string"
+                }
+            }
+        },
         "models.RawSilkPriceStandard": {
             "type": "object",
             "properties": {
@@ -2832,6 +3828,9 @@
                     "type": "integer"
                 },
                 "marketName": {
+                    "type": "string"
+                },
+                "marketNumber": {
                     "type": "string"
                 },
                 "notes": {
@@ -2876,10 +3875,14 @@
                     "type": "string"
                 },
                 "salaryFormula": {
+                    "description": "SalaryType    string            ` + "`" + `json:\"salaryType\" gorm:\"type:varchar(255);comment:钖祫绫诲瀷\"` + "`" + `",
                     "type": "string"
                 },
                 "salaryType": {
-                    "type": "string"
+                    "$ref": "#/definitions/models.MiniDict"
+                },
+                "salaryTypeId": {
+                    "type": "integer"
                 },
                 "updatedAt": {
                     "type": "string"
@@ -2897,6 +3900,9 @@
             "properties": {
                 "addPeople": {
                     "type": "string"
+                },
+                "code": {
+                    "$ref": "#/definitions/constvar.JobType"
                 },
                 "createTime": {
                     "type": "string"
@@ -2936,6 +3942,9 @@
                 "addPeople": {
                     "type": "string"
                 },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
                 "employmentTime": {
                     "type": "string"
                 },
@@ -2957,11 +3966,17 @@
                 "shopName": {
                     "type": "string"
                 },
+                "shopNumber": {
+                    "type": "string"
+                },
                 "status": {
                     "$ref": "#/definitions/constvar.WorkerStatus"
                 },
                 "workType": {
                     "type": "string"
+                },
+                "workTypeCode": {
+                    "$ref": "#/definitions/constvar.JobType"
                 },
                 "workTypeId": {
                     "type": "integer"
@@ -3032,13 +4047,16 @@
             "type": "object",
             "properties": {
                 "carFlag": {
-                    "$ref": "#/definitions/constvar.CarFlag"
+                    "type": "integer"
                 },
                 "createdAt": {
                     "type": "string"
                 },
                 "deletedAt": {
                     "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "endCarHalf": {
+                    "$ref": "#/definitions/constvar.CarFlag"
                 },
                 "endCarNumber": {
                     "type": "integer"
@@ -3052,8 +4070,22 @@
                 "notes": {
                     "type": "string"
                 },
+                "parentID": {
+                    "type": "string"
+                },
+                "startCarHalf": {
+                    "$ref": "#/definitions/constvar.CarFlag"
+                },
                 "startCarNumber": {
                     "type": "integer"
+                },
+                "type": {
+                    "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.WorkshopType"
+                        }
+                    ]
                 },
                 "updatedAt": {
                     "type": "string"
@@ -3133,6 +4165,10 @@
                     "description": "搴勫彛鍚�",
                     "type": "string"
                 },
+                "marketNumber": {
+                    "description": "搴勫彛缂栧彿",
+                    "type": "string"
+                },
                 "number": {
                     "type": "string"
                 },
@@ -3177,6 +4213,9 @@
                 },
                 "vehicleSpeed": {
                     "type": "number"
+                },
+                "workshopId": {
+                    "type": "integer"
                 },
                 "workshopName": {
                     "description": "杞﹂棿鍚�",
@@ -3314,10 +4353,6 @@
                     "description": "搴勫彛",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
-                    "type": "string"
-                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
@@ -3345,6 +4380,12 @@
                 "workshopGroup": {
                     "description": "杞︾粍",
                     "type": "integer"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
                 }
             }
         },
@@ -3408,6 +4449,68 @@
                 },
                 "workshopName": {
                     "description": "杞﹂棿鍚嶇О",
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddWorkshopManage": {
+            "type": "object",
+            "properties": {
+                "carFlag": {
+                    "type": "integer"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "details": {
+                    "description": "杞﹂棿淇℃伅",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.WorkshopManage"
+                    }
+                },
+                "endCarHalf": {
+                    "$ref": "#/definitions/constvar.CarFlag"
+                },
+                "endCarNumber": {
+                    "type": "integer"
+                },
+                "groupNumber": {
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "notes": {
+                    "type": "string"
+                },
+                "parentID": {
+                    "type": "string"
+                },
+                "startCarHalf": {
+                    "$ref": "#/definitions/constvar.CarFlag"
+                },
+                "startCarNumber": {
+                    "type": "integer"
+                },
+                "type": {
+                    "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.WorkshopType"
+                        }
+                    ]
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
                     "type": "string"
                 }
             }
@@ -3506,6 +4609,9 @@
         "request.GetAttendanceStatistic": {
             "type": "object",
             "properties": {
+                "keyword": {
+                    "type": "string"
+                },
                 "month": {
                     "description": "鏈堜唤",
                     "type": "string"
@@ -3606,6 +4712,10 @@
                 "workshopName": {
                     "description": "杞﹂棿鍚嶇О",
                     "type": "string"
+                },
+                "workshopNumber": {
+                    "description": "杞﹂棿缂栧彿",
+                    "type": "string"
                 }
             }
         },
@@ -3683,6 +4793,25 @@
                 }
             }
         },
+        "request.SalaryReportForms": {
+            "type": "object",
+            "properties": {
+                "keyword": {
+                    "type": "string"
+                },
+                "month": {
+                    "type": "string"
+                },
+                "page": {
+                    "description": "椤电爜",
+                    "type": "integer"
+                },
+                "pageSize": {
+                    "description": "姣忛〉澶у皬",
+                    "type": "integer"
+                }
+            }
+        },
         "request.SalaryType": {
             "type": "object",
             "properties": {
@@ -3705,12 +4834,52 @@
         "request.SalaryTypeValue": {
             "type": "object",
             "properties": {
+                "id": {
+                    "type": "integer"
+                },
                 "isDefault": {
                     "description": "鏄惁鍙紪杈�",
                     "type": "boolean"
                 },
                 "name": {
                     "description": "鍚嶇О",
+                    "type": "string"
+                }
+            }
+        },
+        "request.SavePayrollConstitute": {
+            "type": "object",
+            "properties": {
+                "amount": {
+                    "description": "閲戦",
+                    "type": "number"
+                },
+                "cycle": {
+                    "description": "鍛ㄦ湡锛堟湀浠斤級",
+                    "type": "string"
+                },
+                "salaryPlanId": {
+                    "description": "钖祫鏂规ID",
+                    "type": "integer"
+                },
+                "workTypeCode": {
+                    "description": "宸ョ浠g爜",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.JobType"
+                        }
+                    ]
+                },
+                "workTypeID": {
+                    "description": "宸ョID",
+                    "type": "integer"
+                },
+                "workTypeName": {
+                    "description": "宸ョ鍚嶇О",
+                    "type": "string"
+                },
+                "workerId": {
+                    "description": "鍛樺伐ID",
                     "type": "string"
                 }
             }
@@ -3726,16 +4895,44 @@
                 }
             }
         },
+        "request.TemplateCategoryRequest": {
+            "type": "object",
+            "properties": {
+                "category": {
+                    "$ref": "#/definitions/constvar.FileTemplateCategory"
+                }
+            }
+        },
         "request.UpdateAttendance": {
             "type": "object",
             "properties": {
+                "classes": {
+                    "description": "鐝",
+                    "type": "string"
+                },
+                "classesEndTime": {
+                    "description": "鐝涓嬬彮鏃堕棿",
+                    "type": "string"
+                },
+                "classesStartTime": {
+                    "description": "鐝寮�濮嬫椂闂�",
+                    "type": "string"
+                },
                 "date": {
                     "description": "鏃ユ湡",
+                    "type": "string"
+                },
+                "endWorkTime": {
+                    "description": "涓嬬彮鎵撳崱鏃堕棿",
                     "type": "string"
                 },
                 "overTimeDuration": {
                     "description": "鍔犵彮鏃堕暱",
                     "type": "number"
+                },
+                "startWorkTime": {
+                    "description": "涓婄彮鎵撳崱鏃堕棿",
+                    "type": "string"
                 },
                 "status": {
                     "description": "鐘舵��",
@@ -3745,8 +4942,16 @@
                         }
                     ]
                 },
+                "workTypeId": {
+                    "description": "宸ョid",
+                    "type": "integer"
+                },
                 "workerId": {
                     "description": "浜哄憳id",
+                    "type": "string"
+                },
+                "workerName": {
+                    "description": "浜哄憳濮撳悕",
                     "type": "string"
                 }
             }
@@ -3795,6 +5000,23 @@
                 },
                 "workerId": {
                     "description": "宸ヤ汉ID",
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateSalaryReportForms": {
+            "type": "object",
+            "properties": {
+                "amount": {
+                    "type": "number"
+                },
+                "month": {
+                    "type": "string"
+                },
+                "salaryTypeId": {
+                    "type": "integer"
+                },
+                "workerId": {
                     "type": "string"
                 }
             }
@@ -3955,6 +5177,10 @@
                     "description": "搴勫彛id",
                     "type": "integer"
                 },
+                "marketNumber": {
+                    "description": "搴勫彛缂栧彿",
+                    "type": "string"
+                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
@@ -4049,9 +5275,29 @@
         "response.AttendanceDetail": {
             "type": "object",
             "properties": {
+                "classes": {
+                    "description": "鐝",
+                    "type": "string"
+                },
+                "classesEndTime": {
+                    "description": "鐝涓嬬彮鏃堕棿",
+                    "type": "string"
+                },
+                "classesStartTime": {
+                    "description": "鐝寮�濮嬫椂闂�",
+                    "type": "string"
+                },
                 "date": {
                     "description": "鏃ユ湡",
                     "type": "integer"
+                },
+                "endWorkTime": {
+                    "description": "涓嬬彮鎵撳崱鏃堕棿",
+                    "type": "string"
+                },
+                "startWorkTime": {
+                    "description": "涓婄彮鎵撳崱鏃堕棿",
+                    "type": "string"
                 },
                 "status": {
                     "description": "鐘舵��",
@@ -4060,6 +5306,10 @@
                             "$ref": "#/definitions/constvar.AttendanceStatus"
                         }
                     ]
+                },
+                "weekDay": {
+                    "description": "鏄熸湡",
+                    "type": "string"
                 }
             }
         },
@@ -4107,6 +5357,10 @@
                 "workType": {
                     "description": "宸ョ",
                     "type": "string"
+                },
+                "workTypeId": {
+                    "description": "宸ョid",
+                    "type": "integer"
                 },
                 "workerId": {
                     "description": "浜哄憳id",
@@ -4209,6 +5463,117 @@
                 }
             }
         },
+        "response.SalaryDetail": {
+            "type": "object",
+            "properties": {
+                "amount": {
+                    "description": "宸ヨ祫鍊�",
+                    "type": "number"
+                },
+                "salaryType": {
+                    "description": "钖祫绫诲瀷",
+                    "type": "string"
+                },
+                "salaryTypeId": {
+                    "description": "钖祫绫诲瀷id",
+                    "type": "integer"
+                }
+            }
+        },
+        "response.SalaryReportForms": {
+            "type": "object",
+            "properties": {
+                "details": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/response.SalaryDetail"
+                    }
+                },
+                "issueSalary": {
+                    "description": "搴斿彂宸ヨ祫",
+                    "type": "number"
+                },
+                "phone": {
+                    "type": "string"
+                },
+                "remark": {
+                    "description": "澶囨敞",
+                    "type": "string"
+                },
+                "workType": {
+                    "description": "宸ョ",
+                    "type": "string"
+                },
+                "workerId": {
+                    "type": "string"
+                },
+                "workerName": {
+                    "type": "string"
+                }
+            }
+        },
+        "response.WorkshopManage": {
+            "type": "object",
+            "properties": {
+                "carFlag": {
+                    "type": "integer"
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "details": {
+                    "description": "杞﹂棿淇℃伅",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.WorkshopManage"
+                    }
+                },
+                "endCarHalf": {
+                    "$ref": "#/definitions/constvar.CarFlag"
+                },
+                "endCarNumber": {
+                    "type": "integer"
+                },
+                "groupNumber": {
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "notes": {
+                    "type": "string"
+                },
+                "parentID": {
+                    "type": "string"
+                },
+                "startCarHalf": {
+                    "$ref": "#/definitions/constvar.CarFlag"
+                },
+                "startCarNumber": {
+                    "type": "integer"
+                },
+                "type": {
+                    "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.WorkshopType"
+                        }
+                    ]
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
+                }
+            }
+        },
         "util.Response": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0