From 42a8ea1423243465f7161c560916f6abf9faf1dc Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 17 四月 2024 15:40:06 +0800
Subject: [PATCH] 添加健康检查接口

---
 docs/docs.go | 2219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 2,167 insertions(+), 52 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 491292f..3a2131b 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -16,16 +16,63 @@
     "host": "{{.Host}}",
     "basePath": "{{.BasePath}}",
     "paths": {
-        "/api-s/v1/organize/department": {
+        "/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": "鏌ヨ閮ㄩ棬淇℃伅鍒楄〃",
+                "summary": "绾ゅ害妫�楠屽垪琛�",
                 "parameters": [
+                    {
+                        "type": "string",
+                        "name": "keyword",
+                        "in": "query"
+                    },
                     {
                         "type": "integer",
                         "description": "椤电爜",
@@ -53,7 +100,7 @@
                                         "data": {
                                             "type": "array",
                                             "items": {
-                                                "$ref": "#/definitions/models.Department"
+                                                "$ref": "#/definitions/models.FinenessCheck"
                                             }
                                         }
                                     }
@@ -68,17 +115,17 @@
                     "application/json"
                 ],
                 "tags": [
-                    "閮ㄩ棬淇℃伅"
+                    "绾ゅ害妫�楠�"
                 ],
-                "summary": "娣诲姞閮ㄩ棬淇℃伅",
+                "summary": "绾ゅ害妫�楠屼慨鏀�",
                 "parameters": [
                     {
-                        "description": "閮ㄩ棬淇℃伅淇℃伅",
+                        "description": "瀛楀吀淇℃伅",
                         "name": "object",
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/request.AddDepartment"
+                            "$ref": "#/definitions/models.FinenessCheck"
                         }
                     }
                 ],
@@ -92,23 +139,520 @@
                 }
             }
         },
-        "/api-s/v1/organize/department/{id}": {
+        "/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": [
+                    "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.FinenessRegister"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            },
+            "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"
+                ],
+                "tags": [
+                    "绾ゅ害鐧昏"
+                ],
+                "summary": "绾ゅ害鐧昏鍒犻櫎",
+                "parameters": [
+                    {
+                        "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/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
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/dict": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/瀛楀吀"
+                ],
+                "summary": "鏌ヨ瀛楀吀鍒楄〃",
+                "parameters": [
+                    {
+                        "enum": [
+                            0,
+                            1,
+                            2,
+                            3
+                        ],
+                        "type": "integer",
+                        "x-enum-comments": {
+                            "DictTypeColor": "棰滆壊",
+                            "DictTypeMarket": "搴勫彛",
+                            "DictTypeSpec": "瑙勬牸",
+                            "DictTypeWorkshop": "杞﹂棿"
+                        },
+                        "x-enum-varnames": [
+                            "DictTypeMarket",
+                            "DictTypeWorkshop",
+                            "DictTypeColor",
+                            "DictTypeSpec"
+                        ],
+                        "description": "瀛楀吀绫诲瀷",
+                        "name": "dictType",
+                        "in": "query"
+                    },
+                    {
+                        "type": "string",
+                        "description": "鎼滅储鍏抽敭瀛�",
+                        "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.Dict"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            },
             "put": {
                 "produces": [
                     "application/json"
                 ],
                 "tags": [
-                    "閮ㄩ棬淇℃伅"
+                    "绯荤粺璁剧疆/瀛楀吀"
                 ],
-                "summary": "缂栬緫閮ㄩ棬淇℃伅",
+                "summary": "缂栬緫瀛楀吀",
                 "parameters": [
                     {
-                        "description": "閮ㄩ棬淇℃伅淇℃伅",
+                        "description": "瀛楀吀淇℃伅",
                         "name": "object",
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/request.UpdateDepartment"
+                            "$ref": "#/definitions/request.UpdateDict"
                         }
                     }
                 ],
@@ -121,23 +665,480 @@
                     }
                 }
             },
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆/瀛楀吀"
+                ],
+                "summary": "娣诲姞瀛楀吀",
+                "parameters": [
+                    {
+                        "description": "瀛楀吀淇℃伅",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddDict"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-jl/v1/system/dict/{id}": {
             "delete": {
                 "produces": [
                     "application/json"
                 ],
                 "tags": [
-                    "閮ㄩ棬淇℃伅"
+                    "绯荤粺璁剧疆/瀛楀吀"
                 ],
-                "summary": "缂栬緫閮ㄩ棬淇℃伅",
+                "summary": "鍒犻櫎瀛楀吀",
                 "parameters": [
                     {
-                        "description": "閮ㄩ棬淇℃伅淇℃伅",
+                        "type": "string",
+                        "description": "瀛楀吀淇℃伅",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/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.UpdateDepartment"
+                            "$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": {
+            "get": {
+                "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": {
@@ -152,58 +1153,657 @@
         }
     },
     "definitions": {
-        "models.Department": {
+        "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": [
+                0,
+                1,
+                2,
+                3
+            ],
+            "x-enum-comments": {
+                "DictTypeColor": "棰滆壊",
+                "DictTypeMarket": "搴勫彛",
+                "DictTypeSpec": "瑙勬牸",
+                "DictTypeWorkshop": "杞﹂棿"
+            },
+            "x-enum-varnames": [
+                "DictTypeMarket",
+                "DictTypeWorkshop",
+                "DictTypeColor",
+                "DictTypeSpec"
+            ]
+        },
+        "gorm.DeletedAt": {
             "type": "object",
             "properties": {
-                "children": {
+                "time": {
+                    "type": "string"
+                },
+                "valid": {
+                    "description": "Valid is true if Time is not NULL",
+                    "type": "boolean"
+                }
+            }
+        },
+        "models.Dict": {
+            "type": "object",
+            "properties": {
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "dictType": {
+                    "description": "瀛楀吀绫诲瀷",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.DictType"
+                        }
+                    ]
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "description": "鍚嶇О",
+                    "type": "string"
+                },
+                "number": {
+                    "description": "缂栧彿",
+                    "type": "string"
+                },
+                "remark": {
+                    "description": "澶囨敞",
+                    "type": "string"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "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.Department"
+                        "$ref": "#/definitions/models.FinenessRoundingItem"
                     }
                 },
-                "head": {
-                    "description": "閮ㄩ棬璐熻矗浜�",
-                    "type": "string"
-                },
                 "id": {
                     "type": "integer"
                 },
-                "name": {
-                    "description": "閮ㄩ棬鍚嶇О",
-                    "type": "string"
-                },
-                "number": {
-                    "description": "閮ㄩ棬缂栧彿",
-                    "type": "string"
-                },
-                "parentId": {
-                    "description": "涓婄骇閮ㄩ棬ID",
+                "position": {
+                    "description": "杞﹀彿",
                     "type": "integer"
+                },
+                "purity": {
+                    "description": "娲佸噣搴�",
+                    "type": "number"
                 },
                 "remark": {
                     "description": "澶囨敞",
                     "type": "string"
                 },
-                "sort": {
-                    "description": "鎺掑簭",
+                "totalDeviation": {
+                    "description": "鎬诲樊",
+                    "type": "number"
+                },
+                "twiceChange": {
+                    "description": "浜屽害鍙樺寲",
+                    "type": "number"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.FinenessItem": {
+            "type": "object",
+            "properties": {
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "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": "钀戒笣鏃堕棿",
+                    "type": "string"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "market": {
+                    "description": "搴勫彛",
+                    "type": "string"
+                },
+                "name": {
+                    "description": "杞﹂棿",
+                    "type": "string"
+                },
+                "number": {
+                    "description": "缂栧彿",
+                    "type": "string"
+                },
+                "position": {
+                    "description": "鏈�鍚庝竴涓溅鍙�",
+                    "type": "integer"
+                },
+                "spec": {
+                    "description": "瑙勬牸",
+                    "type": "string"
+                },
+                "sumFineness": {
+                    "type": "number"
+                },
+                "sumQuantity": {
+                    "type": "number"
+                },
+                "totalCircle": {
+                    "description": "鎬诲洖鏁�",
+                    "type": "integer"
+                },
+                "updatedAt": {
+                    "type": "string"
+                },
+                "workshopGroup": {
+                    "description": "杞︾粍",
                     "type": "integer"
                 }
             }
         },
-        "request.AddDepartment": {
+        "models.FinenessRoundingItem": {
             "type": "object",
             "properties": {
-                "name": {
-                    "description": "閮ㄩ棬鍚嶇О",
+                "fineness": {
+                    "description": "绾ゅ害",
+                    "type": "number"
+                },
+                "quantity": {
+                    "description": "鏁伴噺",
+                    "type": "integer"
+                }
+            }
+        },
+        "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.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": {
-                    "description": "閮ㄩ棬缂栧彿",
                     "type": "string"
                 },
-                "parentId": {
-                    "description": "涓婄骇閮ㄩ棬ID 涓�绾ч儴闂ㄤ紶0",
+                "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"
+                }
+            }
+        },
+        "request.AddDict": {
+            "type": "object",
+            "properties": {
+                "dictType": {
+                    "description": "瀛楀吀绫诲瀷",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.DictType"
+                        }
+                    ]
+                },
+                "name": {
+                    "description": "鍚嶇О",
+                    "type": "string"
+                },
+                "number": {
+                    "description": "缂栫爜",
+                    "type": "string"
                 },
                 "remark": {
                     "description": "澶囨敞",
@@ -211,27 +1811,544 @@
                 }
             }
         },
-        "request.UpdateDepartment": {
+        "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"
+                },
+                "name": {
+                    "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"
+                }
+            }
+        },
+        "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.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.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.SaveRankStandard": {
+            "type": "object",
+            "properties": {
+                "rankStandard": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.RankStandard"
+                    }
+                }
+            }
+        },
+        "request.UpdateDict": {
+            "type": "object",
+            "properties": {
+                "dictType": {
+                    "description": "瀛楀吀绫诲瀷",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.DictType"
+                        }
+                    ]
+                },
                 "id": {
                     "type": "integer"
                 },
                 "name": {
-                    "description": "閮ㄩ棬鍚嶇О",
+                    "description": "鍚嶇О",
                     "type": "string"
                 },
                 "number": {
-                    "description": "閮ㄩ棬缂栧彿",
+                    "description": "缂栫爜",
                     "type": "string"
-                },
-                "parentId": {
-                    "description": "涓婄骇閮ㄩ棬ID 涓�绾ч儴闂ㄤ紶0",
-                    "type": "integer"
                 },
                 "remark": {
                     "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.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"
                 }
             }
         },
@@ -263,9 +2380,7 @@
                 "pageSize": {
                     "type": "integer"
                 },
-                "total": {
-                    "type": "integer"
-                }
+                "total": {}
             }
         }
     }

--
Gitblit v1.8.0