From 7f8a45a749419c3da5b81c4683f0b8034f5280f3 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 25 七月 2023 15:20:09 +0800
Subject: [PATCH] fix

---
 docs/docs.go | 4112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 3,893 insertions(+), 219 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 9ead6a7..4fa51ec 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -16,6 +16,201 @@
     "host": "{{.Host}}",
     "basePath": "{{.BasePath}}",
     "paths": {
+        "/api/accountId/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "AccountId"
+                ],
+                "summary": "娣诲姞璐︽埛",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddAccountId"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/accountId/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "AccountId"
+                ],
+                "summary": "鍒犻櫎璐︽埛",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/accountId/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "AccountId"
+                ],
+                "summary": "鑾峰彇璐︽埛鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.AccountIdResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/accountId/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "AccountId"
+                ],
+                "summary": "鏇存柊璐︽埛",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateAccountIds"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/authority/add": {
+            "post": {
+                "security": [
+                    {
+                        "ApiKeyAuth": []
+                    }
+                ],
+                "consumes": [
+                    "application/json"
+                ],
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Authority"
+                ],
+                "summary": "鍒涘缓瑙掕壊",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "data",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddAuthority"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/authority/setMenuAuthority": {
+            "post": {
+                "security": [
+                    {
+                        "ApiKeyAuth": []
+                    }
+                ],
+                "consumes": [
+                    "application/json"
+                ],
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Authority"
+                ],
+                "summary": "璁剧疆瑙掕壊鑿滃崟",
+                "parameters": [
+                    {
+                        "description": "璁剧疆瑙掕壊璧勬簮鏉冮檺",
+                        "name": "data",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.SetAuthorityMenu"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api/base/captcha": {
             "post": {
                 "produces": [
@@ -156,6 +351,14 @@
                     "City"
                 ],
                 "summary": "鑾峰彇鍩庡競鍒楄〃",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鐪佷唤ID",
+                        "name": "province_id",
+                        "in": "query"
+                    }
+                ],
                 "responses": {
                     "200": {
                         "description": "鎴愬姛",
@@ -328,7 +531,7 @@
             }
         },
         "/api/client/update": {
-            "post": {
+            "put": {
                 "produces": [
                     "application/json"
                 ],
@@ -1192,6 +1395,125 @@
                 }
             }
         },
+        "/api/currency/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Currency"
+                ],
+                "summary": "娣诲姞甯佺",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddCurrency"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/currency/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Currency"
+                ],
+                "summary": "鍒犻櫎甯佺",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/currency/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Currency"
+                ],
+                "summary": "鑾峰彇甯佺鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.CurrencyResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/currency/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Currency"
+                ],
+                "summary": "鏇存柊甯佺",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateCurrencys"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api/customerServiceSheet/add": {
             "post": {
                 "produces": [
@@ -1286,6 +1608,156 @@
                         "required": true,
                         "schema": {
                             "$ref": "#/definitions/request.UpdateCustomerServiceSheet"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/data/getAllData": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Data"
+                ],
+                "summary": "鑾峰彇鎵�鏈夋暟鎹�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.DataResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/department/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Department"
+                ],
+                "summary": "娣诲姞閮ㄩ棬",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddDepartment"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/department/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Department"
+                ],
+                "summary": "鍒犻櫎閮ㄩ棬",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "閮ㄩ棬ID",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/department/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Department"
+                ],
+                "summary": "閮ㄩ棬鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.DepartmentResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/department/update/{id}": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Department"
+                ],
+                "summary": "鏇存柊閮ㄩ棬",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateDepartmentList"
                         }
                     }
                 ],
@@ -1806,6 +2278,244 @@
                 }
             }
         },
+        "/api/isInvoice/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsInvoice"
+                ],
+                "summary": "娣诲姞鏄惁寮�绁�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddIsInvoice"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isInvoice/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsInvoice"
+                ],
+                "summary": "鍒犻櫎鏄惁寮�绁�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isInvoice/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsInvoice"
+                ],
+                "summary": "鑾峰彇鏄惁寮�绁ㄥ垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.IsInvoiceResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isInvoice/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsInvoice"
+                ],
+                "summary": "鏇存柊鏄惁寮�绁�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateIsInvoices"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isVisit/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsVisit"
+                ],
+                "summary": "娣诲姞鏈嶅姟浜哄憳鏄惁鏉ヨ繃",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddIsVisit"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isVisit/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsVisit"
+                ],
+                "summary": "鍒犻櫎鏈嶅姟浜哄憳鏄惁鏉ヨ繃",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isVisit/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsVisit"
+                ],
+                "summary": "鑾峰彇鏈嶅姟浜哄憳鏄惁鏉ヨ繃鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.IsVisitResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/isVisit/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "IsVisit"
+                ],
+                "summary": "鏇存柊鏈嶅姟浜哄憳鏄惁鏉ヨ繃",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateIsVisits"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api/masterOrder/add": {
             "post": {
                 "produces": [
@@ -1925,6 +2635,51 @@
                 }
             }
         },
+        "/api/menu/getMenu": {
+            "get": {
+                "security": [
+                    {
+                        "ApiKeyAuth": []
+                    }
+                ],
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Menu"
+                ],
+                "summary": "鑾峰彇鑿滃崟鏍�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "Authorization",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.MenuTreeResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api/orderManage/add": {
             "post": {
                 "produces": [
@@ -1933,7 +2688,7 @@
                 "tags": [
                     "OrderManage"
                 ],
-                "summary": "娣诲姞璁㈠崟",
+                "summary": "娣诲姞宸ュ崟",
                 "parameters": [
                     {
                         "description": "鏌ヨ鍙傛暟",
@@ -1963,7 +2718,7 @@
                 "tags": [
                     "OrderManage"
                 ],
-                "summary": "鍒犻櫎璁㈠崟",
+                "summary": "鍒犻櫎宸ュ崟",
                 "parameters": [
                     {
                         "type": "integer",
@@ -1991,7 +2746,7 @@
                 "tags": [
                     "OrderManage"
                 ],
-                "summary": "璁㈠崟鍒楄〃",
+                "summary": "宸ュ崟鍒楄〃",
                 "responses": {
                     "200": {
                         "description": "OK",
@@ -2010,7 +2765,7 @@
                 "tags": [
                     "OrderManage"
                 ],
-                "summary": "鏇存柊璁㈠崟",
+                "summary": "鏇存柊宸ュ崟",
                 "parameters": [
                     {
                         "description": "鏌ヨ鍙傛暟",
@@ -2019,6 +2774,125 @@
                         "required": true,
                         "schema": {
                             "$ref": "#/definitions/request.UpdateOrderManage"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/orderType/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "OrderType"
+                ],
+                "summary": "娣诲姞宸ュ崟绫诲瀷",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddOrderType"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/orderType/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "OrderType"
+                ],
+                "summary": "鍒犻櫎宸ュ崟绫诲瀷",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/orderType/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "OrderType"
+                ],
+                "summary": "鑾峰彇宸ュ崟绫诲瀷鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.OrderTypeResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/orderType/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "OrderType"
+                ],
+                "summary": "鏇存柊宸ュ崟绫诲瀷",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateOrderTypes"
                         }
                     }
                 ],
@@ -2337,6 +3211,15 @@
                     "Province"
                 ],
                 "summary": "鑾峰彇鐪佷唤鍒楄〃",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鍥藉ID",
+                        "name": "country_id",
+                        "in": "query",
+                        "required": true
+                    }
+                ],
                 "responses": {
                     "200": {
                         "description": "OK",
@@ -2538,6 +3421,244 @@
                 }
             }
         },
+        "/api/quotationStatus/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "QuotationStatus"
+                ],
+                "summary": "娣诲姞鎶ヤ环鍗曠姸鎬�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddQuotationStatus"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/quotationStatus/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "QuotationStatus"
+                ],
+                "summary": "鍒犻櫎鎶ヤ环鍗曠姸鎬�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/quotationStatus/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "QuotationStatus"
+                ],
+                "summary": "鑾峰彇鎶ヤ环鍗曠姸鎬佸垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.QuotationStatusResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/quotationStatus/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "QuotationStatus"
+                ],
+                "summary": "鏇存柊鎶ヤ环鍗曠姸鎬�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateQuotationStatuss"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/refundMethod/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "RefundMethod"
+                ],
+                "summary": "娣诲姞閫�娆炬柟寮�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddRefundMethod"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/refundMethod/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "RefundMethod"
+                ],
+                "summary": "鍒犻櫎閫�娆炬柟寮�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/refundMethod/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "RefundMethod"
+                ],
+                "summary": "鑾峰彇閫�娆炬柟寮忓垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.RefundMethodResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/refundMethod/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "RefundMethod"
+                ],
+                "summary": "鏇存柊閫�娆炬柟寮�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateRefundMethods"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api/region/add": {
             "post": {
                 "produces": [
@@ -2605,6 +3726,15 @@
                     "Region"
                 ],
                 "summary": "鍦板尯鍒楄〃",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鍩庡競ID",
+                        "name": "city_id",
+                        "in": "query",
+                        "required": true
+                    }
+                ],
                 "responses": {
                     "200": {
                         "description": "OK",
@@ -2900,6 +4030,244 @@
                         "required": true,
                         "schema": {
                             "$ref": "#/definitions/request.UpdateRegularCustomersList"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/reportSource/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ReportSource"
+                ],
+                "summary": "娣诲姞鎶ヨ〃鏉ユ簮",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddReportSource"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/reportSource/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ReportSource"
+                ],
+                "summary": "鍒犻櫎鎶ヨ〃鏉ユ簮",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/reportSource/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ReportSource"
+                ],
+                "summary": "鑾峰彇鎶ヨ〃鏉ユ簮鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.ReportSourceResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/reportSource/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ReportSource"
+                ],
+                "summary": "鏇存柊鎶ヨ〃鏉ユ簮",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateReportSources"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/repository/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Repository"
+                ],
+                "summary": "娣诲姞閫�璐т粨搴�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddRepository"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/repository/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Repository"
+                ],
+                "summary": "鍒犻櫎閫�璐т粨搴�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/repository/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Repository"
+                ],
+                "summary": "鑾峰彇閫�璐т粨搴撳垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.RepositoryResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/repository/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Repository"
+                ],
+                "summary": "鏇存柊閫�璐т粨搴�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateRepositorys"
                         }
                     }
                 ],
@@ -3698,13 +5066,25 @@
                     "200": {
                         "description": "OK",
                         "schema": {
-                            "$ref": "#/definitions/contextx.Response"
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.SalesReturnResponse"
+                                        }
+                                    }
+                                }
+                            ]
                         }
                     }
                 }
             }
         },
-        "/api/salesReturn/update/{id}": {
+        "/api/salesReturn/update": {
             "put": {
                 "produces": [
                     "application/json"
@@ -3721,6 +5101,125 @@
                         "required": true,
                         "schema": {
                             "$ref": "#/definitions/request.UpdateSalesReturnRequest"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/salesReturnStatus/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SalesReturnStatus"
+                ],
+                "summary": "娣诲姞閫�璐у崟鐘舵��",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddSalesReturnStatus"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/salesReturnStatus/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SalesReturnStatus"
+                ],
+                "summary": "鍒犻櫎閫�璐у崟鐘舵��",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/salesReturnStatus/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SalesReturnStatus"
+                ],
+                "summary": "鑾峰彇閫�璐у崟鐘舵�佸垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.SalesReturnStatusResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/salesReturnStatus/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SalesReturnStatus"
+                ],
+                "summary": "鏇存柊閫�璐у崟鐘舵��",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateSalesReturnStatuss"
                         }
                     }
                 ],
@@ -3853,6 +5352,125 @@
                 }
             }
         },
+        "/api/satisfaction/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Satisfaction"
+                ],
+                "summary": "娣诲姞婊℃剰搴�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddSatisfaction"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/satisfaction/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Satisfaction"
+                ],
+                "summary": "鍒犻櫎婊℃剰搴�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/satisfaction/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Satisfaction"
+                ],
+                "summary": "婊℃剰搴﹀垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.SatisfactionResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/satisfaction/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Satisfaction"
+                ],
+                "summary": "鏇存柊婊℃剰搴�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateSatisfactions"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api/serviceContract/add": {
             "post": {
                 "produces": [
@@ -3959,6 +5577,244 @@
                         "required": true,
                         "schema": {
                             "$ref": "#/definitions/request.UpdateServiceContract"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractStatus/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractStatus"
+                ],
+                "summary": "娣诲姞鏈嶅姟鍚堝悓鐘舵��",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddServiceContractStatus"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractStatus/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractStatus"
+                ],
+                "summary": "鍒犻櫎鏈嶅姟鍚堝悓鐘舵��",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractStatus/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractStatus"
+                ],
+                "summary": "鑾峰彇鏈嶅姟鍚堝悓鐘舵�佸垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.ServiceContractStatusResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractStatus/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractStatus"
+                ],
+                "summary": "鏇存柊鏈嶅姟鍚堝悓鐘舵��",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateServiceContractStatuss"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractType/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractType"
+                ],
+                "summary": "娣诲姞鏈嶅姟鍚堝悓绫诲瀷",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddServiceContractType"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractType/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractType"
+                ],
+                "summary": "鍒犻櫎鏈嶅姟鍚堝悓绫诲瀷",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractType/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractType"
+                ],
+                "summary": "鑾峰彇鏈嶅姟鍚堝悓绫诲瀷鍒楄〃",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.ServiceContractTypeResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/serviceContractType/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "ServiceContractType"
+                ],
+                "summary": "鏇存柊鏈嶅姟鍚堝悓绫诲瀷",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateServiceContractTypes"
                         }
                     }
                 ],
@@ -4210,13 +6066,132 @@
                 }
             }
         },
+        "/api/solveRate/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SolveRate"
+                ],
+                "summary": "娣诲姞瑙e喅鐜�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddSolveRate"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/solveRate/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SolveRate"
+                ],
+                "summary": "鍒犻櫎瑙e喅鐜�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/solveRate/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SolveRate"
+                ],
+                "summary": "鑾峰彇瑙e喅鐜囧垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.SolveRateResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/solveRate/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "SolveRate"
+                ],
+                "summary": "鏇存柊瑙e喅鐜�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateSolveRates"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/api/status/add": {
             "post": {
                 "produces": [
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "娣诲姞鐘舵��",
                 "parameters": [
@@ -4246,7 +6221,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "鍒犻櫎鐘舵��",
                 "parameters": [
@@ -4274,7 +6249,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "鐘舵�佸垪琛�",
                 "responses": {
@@ -4293,7 +6268,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "鏇存柊鐘舵��",
                 "parameters": [
@@ -4423,6 +6398,125 @@
                         "required": true,
                         "schema": {
                             "$ref": "#/definitions/request.UpdateSubOrder"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/timelyRate/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "TimelyRate"
+                ],
+                "summary": "娣诲姞閿�鍞樁娈�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddTimelyRate"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/timelyRate/delete/{id}": {
+            "delete": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "TimelyRate"
+                ],
+                "summary": "鍒犻櫎閿�鍞樁娈�",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/timelyRate/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "TimelyRate"
+                ],
+                "summary": "鑾峰彇閿�鍞樁娈靛垪琛�",
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/contextx.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.TimelyRateResponse"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api/timelyRate/update": {
+            "put": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "TimelyRate"
+                ],
+                "summary": "鏇存柊閿�鍞樁娈�",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateTimelyRates"
                         }
                     }
                 ],
@@ -4688,30 +6782,69 @@
                     }
                 }
             }
+        },
+        "/api/vetting/add": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Vetting"
+                ],
+                "summary": "娣诲姞瀹℃壒",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.AddVetting"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api/vetting/update": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Vetting"
+                ],
+                "summary": "鏇存柊瀹℃壒",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.UpdateVetting"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
         }
     },
     "definitions": {
-        "constvar.CurrencyType": {
-            "type": "integer",
-            "enum": [
-                1,
-                2,
-                3,
-                4
-            ],
-            "x-enum-comments": {
-                "CurrencyTypeCNY": "浜烘皯甯�",
-                "CurrencyTypeEUR": "娆у厓",
-                "CurrencyTypeGBP": "鑻遍晳",
-                "CurrencyTypeUSD": "缇庡厓"
-            },
-            "x-enum-varnames": [
-                "CurrencyTypeCNY",
-                "CurrencyTypeUSD",
-                "CurrencyTypeEUR",
-                "CurrencyTypeGBP"
-            ]
-        },
         "constvar.SalesStatus": {
             "type": "integer",
             "enum": [
@@ -4768,6 +6901,40 @@
                 }
             }
         },
+        "model.AccountId": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.Authority": {
+            "type": "object",
+            "properties": {
+                "authorityName": {
+                    "description": "瑙掕壊鍚�",
+                    "type": "string"
+                },
+                "defaultRouter": {
+                    "description": "榛樿鑿滃崟(榛樿dashboard)",
+                    "type": "string"
+                },
+                "id": {
+                    "description": "瑙掕壊ID",
+                    "type": "integer"
+                },
+                "menus": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Menu"
+                    }
+                }
+            }
+        },
         "model.City": {
             "type": "object",
             "properties": {
@@ -4797,14 +6964,26 @@
                 "city_id": {
                     "type": "integer"
                 },
+                "client_level": {
+                    "$ref": "#/definitions/model.ClientLevel"
+                },
                 "client_level_id": {
                     "type": "integer"
+                },
+                "client_origin": {
+                    "$ref": "#/definitions/model.ClientOrigin"
                 },
                 "client_origin_id": {
                     "type": "integer"
                 },
+                "client_status": {
+                    "$ref": "#/definitions/model.ClientStatus"
+                },
                 "client_status_id": {
                     "type": "integer"
+                },
+                "client_type": {
+                    "$ref": "#/definitions/model.ClientType"
                 },
                 "client_type_id": {
                     "type": "integer"
@@ -5127,6 +7306,17 @@
                 }
             }
         },
+        "model.Currency": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.CustomerServiceSheet": {
             "type": "object",
             "properties": {
@@ -5150,6 +7340,17 @@
                 },
                 "serviceMode": {
                     "type": "integer"
+                }
+            }
+        },
+        "model.Department": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
                 }
             }
         },
@@ -5178,11 +7379,17 @@
         "model.FollowRecord": {
             "type": "object",
             "properties": {
+                "client": {
+                    "$ref": "#/definitions/model.Client"
+                },
                 "client_id": {
                     "type": "integer"
                 },
                 "client_status_id": {
                     "type": "integer"
+                },
+                "contact": {
+                    "$ref": "#/definitions/model.Contact"
                 },
                 "contact_id": {
                     "type": "integer"
@@ -5236,9 +7443,34 @@
                 }
             }
         },
+        "model.IsInvoice": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.IsVisit": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.MasterOrder": {
             "type": "object",
             "properties": {
+                "client": {
+                    "$ref": "#/definitions/model.Client"
+                },
                 "client_id": {
                     "type": "integer"
                 },
@@ -5258,6 +7490,44 @@
                     "type": "string"
                 },
                 "start_time": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.Menu": {
+            "type": "object",
+            "properties": {
+                "children": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Menu"
+                    }
+                },
+                "id": {
+                    "description": "涓婚敭ID",
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                },
+                "parentId": {
+                    "type": "integer"
+                },
+                "path": {
+                    "type": "string"
+                },
+                "title": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.OrderType": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
                     "type": "string"
                 }
             }
@@ -5401,6 +7671,28 @@
                 }
             }
         },
+        "model.QuotationStatus": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.RefundMethod": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.Region": {
             "type": "object",
             "properties": {
@@ -5424,6 +7716,28 @@
             }
         },
         "model.RegularCustomers": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.ReportSource": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.Repository": {
             "type": "object",
             "properties": {
                 "id": {
@@ -5474,7 +7788,10 @@
                     "type": "integer"
                 },
                 "currency": {
-                    "$ref": "#/definitions/constvar.CurrencyType"
+                    "type": "integer"
+                },
+                "detail_address": {
+                    "type": "string"
                 },
                 "disadvantages": {
                     "type": "string"
@@ -5529,6 +7846,9 @@
                 },
                 "regular_customers_id": {
                     "type": "integer"
+                },
+                "remark": {
+                    "type": "string"
                 },
                 "sale_stage_id": {
                     "type": "integer"
@@ -5587,6 +7907,9 @@
                 "addressee": {
                     "type": "string"
                 },
+                "client": {
+                    "$ref": "#/definitions/model.Client"
+                },
                 "clientId": {
                     "type": "integer"
                 },
@@ -5598,6 +7921,15 @@
                 },
                 "id": {
                     "type": "integer"
+                },
+                "logisticCompany": {
+                    "type": "string"
+                },
+                "logisticCost": {
+                    "type": "number"
+                },
+                "logisticNumber": {
+                    "type": "string"
                 },
                 "memberId": {
                     "type": "integer"
@@ -5734,7 +8066,64 @@
                 }
             }
         },
+        "model.SalesReturn": {
+            "type": "object",
+            "properties": {
+                "clientId": {
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "memberId": {
+                    "type": "integer"
+                },
+                "number": {
+                    "type": "string"
+                },
+                "products": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Product"
+                    }
+                },
+                "reason": {
+                    "type": "string"
+                },
+                "repository": {
+                    "type": "string"
+                },
+                "returnDate": {
+                    "type": "string"
+                },
+                "salesReturnStatus": {
+                    "type": "integer"
+                }
+            }
+        },
+        "model.SalesReturnStatus": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.SalesSources": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.Satisfaction": {
             "type": "object",
             "properties": {
                 "id": {
@@ -5784,6 +8173,12 @@
                 "saleChanceId": {
                     "type": "integer"
                 },
+                "serviceContractStatusId": {
+                    "type": "integer"
+                },
+                "serviceContractTypeId": {
+                    "type": "integer"
+                },
                 "serviceTimes": {
                     "type": "integer"
                 },
@@ -5793,14 +8188,30 @@
                 "startTime": {
                     "type": "string"
                 },
-                "statusId": {
-                    "type": "integer"
-                },
                 "terms": {
                     "type": "string"
-                },
-                "typeId": {
+                }
+            }
+        },
+        "model.ServiceContractStatus": {
+            "type": "object",
+            "properties": {
+                "id": {
                     "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.ServiceContractType": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
                 }
             }
         },
@@ -5848,7 +8259,7 @@
                 "id": {
                     "type": "integer"
                 },
-                "isVisit": {
+                "isVisitId": {
                     "type": "integer"
                 },
                 "memberId": {
@@ -5866,23 +8277,48 @@
                 "remark": {
                     "type": "string"
                 },
-                "satisfaction": {
+                "satisfactionId": {
                     "type": "integer"
                 },
                 "serviceId": {
                     "type": "integer"
                 },
-                "solveRate": {
+                "solveRateId": {
                     "type": "integer"
                 },
-                "timelyRate": {
+                "timelyRateId": {
                     "type": "integer"
+                }
+            }
+        },
+        "model.SolveRate": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.Status": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
                 }
             }
         },
         "model.SubOrder": {
             "type": "object",
             "properties": {
+                "client": {
+                    "$ref": "#/definitions/model.Client"
+                },
                 "clientId": {
                     "type": "integer"
                 },
@@ -5906,30 +8342,38 @@
                 }
             }
         },
+        "model.TimelyRate": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.User": {
             "type": "object",
             "properties": {
-                "companyName": {
-                    "type": "string"
+                "authority": {
+                    "$ref": "#/definitions/model.Authority"
                 },
-                "createAt": {
-                    "description": "鍒涘缓鏃堕棿",
-                    "type": "string"
+                "authorityId": {
+                    "description": "鐢ㄦ埛瑙掕壊ID",
+                    "type": "integer"
+                },
+                "departmentId": {
+                    "type": "integer"
                 },
                 "email": {
                     "type": "string"
-                },
-                "enable": {
-                    "type": "boolean"
                 },
                 "headerImg": {
                     "type": "string"
                 },
                 "id": {
-                    "type": "string"
-                },
-                "ip": {
-                    "type": "string"
+                    "type": "integer"
                 },
                 "menuIds": {
                     "description": "鑿滃崟ID鍒楄〃",
@@ -5941,26 +8385,13 @@
                 "nickName": {
                     "type": "string"
                 },
-                "parentId": {
-                    "type": "string"
-                },
-                "parentName": {
-                    "type": "string"
-                },
                 "phone": {
-                    "type": "string"
-                },
-                "port": {
                     "type": "string"
                 },
                 "pos": {
                     "type": "string"
                 },
-                "status": {
-                    "type": "integer"
-                },
-                "updateAt": {
-                    "description": "鏇存柊鏃堕棿",
+                "realName": {
                     "type": "string"
                 },
                 "userType": {
@@ -5968,6 +8399,34 @@
                 },
                 "username": {
                     "type": "string"
+                },
+                "uuid": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddAccountId": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddAuthority": {
+            "type": "object",
+            "properties": {
+                "authorityName": {
+                    "type": "string"
+                },
+                "casbinInfos": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.CasbinInfo"
+                    }
                 }
             }
         },
@@ -6210,6 +8669,17 @@
                 }
             }
         },
+        "request.AddCurrency": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddCustomerServiceSheet": {
             "type": "object",
             "properties": {
@@ -6227,6 +8697,17 @@
                 },
                 "serviceMode": {
                     "type": "integer"
+                }
+            }
+        },
+        "request.AddDepartment": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
                 }
             }
         },
@@ -6274,6 +8755,28 @@
                 }
             }
         },
+        "request.AddIsInvoice": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddIsVisit": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddMasterOrder": {
             "type": "object",
             "properties": {
@@ -6287,7 +8790,7 @@
                     "type": "integer"
                 },
                 "money": {
-                    "type": "string"
+                    "type": "number"
                 },
                 "number": {
                     "type": "string"
@@ -6326,6 +8829,17 @@
                 },
                 "sourceSheet": {
                     "type": "integer"
+                }
+            }
+        },
+        "request.AddOrderType": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
                 }
             }
         },
@@ -6389,6 +8903,28 @@
                 }
             }
         },
+        "request.AddQuotationStatus": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddRefundMethod": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddRegion": {
             "type": "object",
             "properties": {
@@ -6410,6 +8946,28 @@
             }
         },
         "request.AddRegularCustomers": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddReportSource": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddRepository": {
             "type": "object",
             "required": [
                 "name"
@@ -6449,6 +9007,9 @@
                 },
                 "currency": {
                     "type": "integer"
+                },
+                "detail_address": {
+                    "type": "string"
                 },
                 "disadvantages": {
                     "type": "string"
@@ -6494,6 +9055,9 @@
                 },
                 "regular_customers_id": {
                     "type": "integer"
+                },
+                "remark": {
+                    "type": "string"
                 },
                 "sale_stage_id": {
                     "type": "integer"
@@ -6613,7 +9177,29 @@
                 }
             }
         },
+        "request.AddSalesReturnStatus": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddSalesSources": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddSatisfaction": {
             "type": "object",
             "required": [
                 "name"
@@ -6680,23 +9266,127 @@
                 }
             }
         },
+        "request.AddServiceContractStatus": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddServiceContractType": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddServiceFeeManage": {
             "type": "object",
             "properties": {
-                "client_id": {
+                "business_scope": {
+                    "description": "缁忚惀鑼冨洿",
+                    "type": "string"
+                },
+                "city_id": {
+                    "type": "integer"
+                },
+                "client_level_id": {
+                    "description": "瀹㈡埛绛夌骇ID",
+                    "type": "integer"
+                },
+                "client_origin_id": {
+                    "description": "瀹㈡埛鏉ユ簮ID",
+                    "type": "integer"
+                },
+                "client_status_id": {
+                    "description": "瀹㈡埛鐘舵�両D",
+                    "type": "integer"
+                },
+                "client_type_id": {
+                    "description": "瀹㈡埛绫诲瀷ID",
+                    "type": "integer"
+                },
+                "contact": {
+                    "$ref": "#/definitions/request.Contact"
+                },
+                "country_id": {
+                    "type": "integer"
+                },
+                "detail_address": {
+                    "description": "璇︾粏鍦板潃",
+                    "type": "string"
+                },
+                "enterprise_nature_id": {
+                    "description": "浼佷笟鎬ц川",
+                    "type": "integer"
+                },
+                "enterprise_scale_id": {
+                    "description": "浼佷笟瑙勬ā",
                     "type": "integer"
                 },
                 "file": {
                     "type": "string"
                 },
+                "industry_id": {
+                    "description": "鎵�灞炶涓�",
+                    "type": "integer"
+                },
                 "latest_date": {
                     "type": "string"
                 },
+                "latest_service_time": {
+                    "description": "鏈�鏅氭湇鍔℃椂闂�",
+                    "type": "string"
+                },
                 "member_id": {
+                    "description": "閿�鍞礋璐d汉ID",
                     "type": "integer"
                 },
-                "remark": {
+                "name": {
+                    "description": "鍏徃鍚嶇О",
                     "type": "string"
+                },
+                "next_visit_time": {
+                    "description": "涓嬫鍥炶鏃堕棿",
+                    "type": "string"
+                },
+                "number": {
+                    "description": "鍏徃缂栧彿",
+                    "type": "string"
+                },
+                "province_id": {
+                    "type": "integer"
+                },
+                "region_id": {
+                    "type": "integer"
+                },
+                "registered_capital_id": {
+                    "description": "娉ㄥ唽璧勯噾",
+                    "type": "integer"
+                },
+                "registration_time": {
+                    "description": "娉ㄥ唽鏃堕棿",
+                    "type": "string"
+                },
+                "remark": {
+                    "description": "澶囨敞",
+                    "type": "string"
+                },
+                "representative": {
+                    "description": "娉曚汉浠h〃",
+                    "type": "string"
+                },
+                "service_member_id": {
+                    "description": "鏈嶅姟璐熻矗浜篒D",
+                    "type": "integer"
                 }
             }
         },
@@ -6744,6 +9434,17 @@
                 }
             }
         },
+        "request.AddSolveRate": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddStatus": {
             "type": "object",
             "required": [
@@ -6758,8 +9459,74 @@
         "request.AddSubOrder": {
             "type": "object",
             "properties": {
-                "subOrder": {
-                    "$ref": "#/definitions/request.SubOrder"
+                "clientId": {
+                    "type": "integer"
+                },
+                "masterOrderId": {
+                    "type": "integer"
+                },
+                "memberId": {
+                    "type": "integer"
+                },
+                "number": {
+                    "type": "string"
+                },
+                "product": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Product"
+                    }
+                }
+            }
+        },
+        "request.AddTimelyRate": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddVetting": {
+            "type": "object",
+            "required": [
+                "opinion",
+                "status",
+                "userId",
+                "vettingId",
+                "vettingType"
+            ],
+            "properties": {
+                "opinion": {
+                    "type": "string"
+                },
+                "status": {
+                    "type": "integer"
+                },
+                "userId": {
+                    "type": "integer"
+                },
+                "vettingId": {
+                    "type": "integer"
+                },
+                "vettingType": {
+                    "type": "integer"
+                }
+            }
+        },
+        "request.CasbinInfo": {
+            "type": "object",
+            "properties": {
+                "method": {
+                    "description": "鏂规硶",
+                    "type": "string"
+                },
+                "path": {
+                    "description": "璺緞",
+                    "type": "string"
                 }
             }
         },
@@ -6802,102 +9569,6 @@
                 "pos": {
                     "description": "鐢ㄦ埛宀椾綅",
                     "type": "string"
-                }
-            }
-        },
-        "request.Client": {
-            "type": "object",
-            "properties": {
-                "business_scope": {
-                    "description": "缁忚惀鑼冨洿",
-                    "type": "string"
-                },
-                "city_id": {
-                    "type": "integer"
-                },
-                "client_level_id": {
-                    "description": "瀹㈡埛绛夌骇ID",
-                    "type": "integer"
-                },
-                "client_origin_id": {
-                    "description": "瀹㈡埛鏉ユ簮ID",
-                    "type": "integer"
-                },
-                "client_status_id": {
-                    "description": "瀹㈡埛鐘舵�両D",
-                    "type": "integer"
-                },
-                "client_type_id": {
-                    "description": "瀹㈡埛绫诲瀷ID",
-                    "type": "integer"
-                },
-                "contact": {
-                    "$ref": "#/definitions/request.Contact"
-                },
-                "country_id": {
-                    "type": "integer"
-                },
-                "detail_address": {
-                    "description": "璇︾粏鍦板潃",
-                    "type": "string"
-                },
-                "enterprise_nature_id": {
-                    "description": "浼佷笟鎬ц川",
-                    "type": "integer"
-                },
-                "enterprise_scale_id": {
-                    "description": "浼佷笟瑙勬ā",
-                    "type": "integer"
-                },
-                "industry_id": {
-                    "description": "鎵�灞炶涓�",
-                    "type": "integer"
-                },
-                "latest_service_time": {
-                    "description": "鏈�鏅氭湇鍔℃椂闂�",
-                    "type": "string"
-                },
-                "member_id": {
-                    "description": "閿�鍞礋璐d汉ID",
-                    "type": "integer"
-                },
-                "name": {
-                    "description": "鍏徃鍚嶇О",
-                    "type": "string"
-                },
-                "next_visit_time": {
-                    "description": "涓嬫鍥炶鏃堕棿",
-                    "type": "string"
-                },
-                "number": {
-                    "description": "鍏徃缂栧彿",
-                    "type": "string"
-                },
-                "province_id": {
-                    "type": "integer"
-                },
-                "region_id": {
-                    "type": "integer"
-                },
-                "registered_capital_id": {
-                    "description": "娉ㄥ唽璧勯噾",
-                    "type": "integer"
-                },
-                "registration_time": {
-                    "description": "娉ㄥ唽鏃堕棿",
-                    "type": "string"
-                },
-                "remark": {
-                    "description": "澶囨敞",
-                    "type": "string"
-                },
-                "representative": {
-                    "description": "娉曚汉浠h〃",
-                    "type": "string"
-                },
-                "service_member_id": {
-                    "description": "鏈嶅姟璐熻矗浜篒D",
-                    "type": "integer"
                 }
             }
         },
@@ -7105,29 +9776,46 @@
         "request.Register": {
             "type": "object",
             "properties": {
+                "authorityId": {
+                    "description": "鐢ㄦ埛瑙掕壊ID",
+                    "type": "integer"
+                },
+                "departmentId": {
+                    "type": "integer"
+                },
                 "email": {
-                    "type": "string",
-                    "example": "鐢靛瓙閭"
+                    "type": "string"
                 },
                 "headerImg": {
-                    "type": "string",
-                    "example": "澶村儚閾炬帴"
+                    "type": "string"
+                },
+                "id": {
+                    "type": "string"
                 },
                 "nickName": {
-                    "type": "string",
-                    "example": "鏄电О"
+                    "type": "string"
                 },
-                "passWord": {
-                    "type": "string",
-                    "example": "瀵嗙爜"
+                "password": {
+                    "type": "string"
                 },
                 "phone": {
-                    "type": "string",
-                    "example": "鐢佃瘽鍙风爜"
+                    "type": "string"
                 },
-                "userName": {
-                    "type": "string",
-                    "example": "鐢ㄦ埛鍚�"
+                "pos": {
+                    "type": "string"
+                },
+                "rePassword": {
+                    "description": "纭瀵嗙爜",
+                    "type": "string"
+                },
+                "realName": {
+                    "type": "string"
+                },
+                "userType": {
+                    "$ref": "#/definitions/constvar.UserType"
+                },
+                "username": {
+                    "type": "string"
                 }
             }
         },
@@ -7147,6 +9835,15 @@
                     "type": "string"
                 },
                 "deliveryDate": {
+                    "type": "string"
+                },
+                "logisticCompany": {
+                    "type": "string"
+                },
+                "logisticCost": {
+                    "type": "number"
+                },
+                "logisticNumber": {
                     "type": "string"
                 },
                 "memberId": {
@@ -7248,6 +9945,20 @@
                 }
             }
         },
+        "request.SetAuthorityMenu": {
+            "type": "object",
+            "properties": {
+                "authorityId": {
+                    "type": "integer"
+                },
+                "menus": {
+                    "type": "array",
+                    "items": {
+                        "type": "integer"
+                    }
+                }
+            }
+        },
         "request.SetCity": {
             "type": "object",
             "properties": {
@@ -7296,25 +10007,31 @@
                 }
             }
         },
-        "request.SubOrder": {
+        "request.UpdateAccountId": {
             "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
             "properties": {
-                "clientId": {
+                "id": {
                     "type": "integer"
                 },
-                "masterOrderId": {
-                    "type": "integer"
-                },
-                "memberId": {
-                    "type": "integer"
-                },
-                "number": {
+                "name": {
                     "type": "string"
-                },
-                "product": {
+                }
+            }
+        },
+        "request.UpdateAccountIds": {
+            "type": "object",
+            "required": [
+                "account_id"
+            ],
+            "properties": {
+                "account_id": {
                     "type": "array",
                     "items": {
-                        "$ref": "#/definitions/model.Product"
+                        "$ref": "#/definitions/request.UpdateAccountId"
                     }
                 }
             }
@@ -7664,6 +10381,35 @@
                 }
             }
         },
+        "request.UpdateCurrency": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateCurrencys": {
+            "type": "object",
+            "required": [
+                "currency"
+            ],
+            "properties": {
+                "currency": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateCurrency"
+                    }
+                }
+            }
+        },
         "request.UpdateCustomerServiceSheet": {
             "type": "object",
             "properties": {
@@ -7684,6 +10430,35 @@
                 },
                 "serviceMode": {
                     "type": "integer"
+                }
+            }
+        },
+        "request.UpdateDepartment": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateDepartmentList": {
+            "type": "object",
+            "required": [
+                "departments"
+            ],
+            "properties": {
+                "departments": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateDepartment"
+                    }
                 }
             }
         },
@@ -7782,6 +10557,64 @@
                 }
             }
         },
+        "request.UpdateIsInvoice": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateIsInvoices": {
+            "type": "object",
+            "required": [
+                "is_invoice"
+            ],
+            "properties": {
+                "is_invoice": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateIsInvoice"
+                    }
+                }
+            }
+        },
+        "request.UpdateIsVisit": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateIsVisits": {
+            "type": "object",
+            "required": [
+                "is_visit"
+            ],
+            "properties": {
+                "is_visit": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateIsVisit"
+                    }
+                }
+            }
+        },
         "request.UpdateMasterOrder": {
             "type": "object",
             "properties": {
@@ -7798,7 +10631,7 @@
                     "type": "integer"
                 },
                 "money": {
-                    "type": "string"
+                    "type": "number"
                 },
                 "number": {
                     "type": "string"
@@ -7840,6 +10673,35 @@
                 },
                 "sourceSheet": {
                     "type": "integer"
+                }
+            }
+        },
+        "request.UpdateOrderType": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateOrderTypes": {
+            "type": "object",
+            "required": [
+                "order_type"
+            ],
+            "properties": {
+                "order_type": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateOrderType"
+                    }
                 }
             }
         },
@@ -7943,6 +10805,64 @@
                 }
             }
         },
+        "request.UpdateQuotationStatus": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateQuotationStatuss": {
+            "type": "object",
+            "required": [
+                "quotation_status"
+            ],
+            "properties": {
+                "quotation_status": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateQuotationStatus"
+                    }
+                }
+            }
+        },
+        "request.UpdateRefundMethod": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateRefundMethods": {
+            "type": "object",
+            "required": [
+                "refund_method"
+            ],
+            "properties": {
+                "refund_method": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateRefundMethod"
+                    }
+                }
+            }
+        },
         "request.UpdateRegion": {
             "type": "object",
             "properties": {
@@ -8023,6 +10943,64 @@
                 }
             }
         },
+        "request.UpdateReportSource": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateReportSources": {
+            "type": "object",
+            "required": [
+                "report_source"
+            ],
+            "properties": {
+                "report_source": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateReportSource"
+                    }
+                }
+            }
+        },
+        "request.UpdateRepository": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateRepositorys": {
+            "type": "object",
+            "required": [
+                "repository"
+            ],
+            "properties": {
+                "repository": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateRepository"
+                    }
+                }
+            }
+        },
         "request.UpdateSaleChance": {
             "type": "object",
             "required": [
@@ -8055,6 +11033,9 @@
                 },
                 "currency": {
                     "type": "integer"
+                },
+                "detail_address": {
+                    "type": "string"
                 },
                 "disadvantages": {
                     "type": "string"
@@ -8103,6 +11084,9 @@
                 },
                 "regular_customers_id": {
                     "type": "integer"
+                },
+                "remark": {
+                    "type": "string"
                 },
                 "sale_stage_id": {
                     "type": "integer"
@@ -8262,35 +11246,40 @@
         "request.UpdateSalesReturnRequest": {
             "type": "object",
             "properties": {
-                "clientId": {
-                    "type": "integer"
-                },
                 "id": {
                     "type": "integer"
                 },
-                "memberId": {
+                "salesReturn": {
+                    "$ref": "#/definitions/request.SalesReturn"
+                }
+            }
+        },
+        "request.UpdateSalesReturnStatus": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
                     "type": "integer"
                 },
-                "number": {
+                "name": {
                     "type": "string"
-                },
-                "products": {
+                }
+            }
+        },
+        "request.UpdateSalesReturnStatuss": {
+            "type": "object",
+            "required": [
+                "sales_return_status"
+            ],
+            "properties": {
+                "sales_return_status": {
                     "type": "array",
                     "items": {
-                        "$ref": "#/definitions/model.Product"
+                        "$ref": "#/definitions/request.UpdateSalesReturnStatus"
                     }
-                },
-                "reason": {
-                    "type": "string"
-                },
-                "repository": {
-                    "type": "string"
-                },
-                "returnDate": {
-                    "type": "string"
-                },
-                "status": {
-                    "type": "integer"
                 }
             }
         },
@@ -8316,6 +11305,35 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/request.UpdateSalesSources"
+                    }
+                }
+            }
+        },
+        "request.UpdateSatisfaction": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateSatisfactions": {
+            "type": "object",
+            "required": [
+                "satisfactions"
+            ],
+            "properties": {
+                "satisfactions": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateSatisfaction"
                     }
                 }
             }
@@ -8379,13 +11397,106 @@
                 }
             }
         },
+        "request.UpdateServiceContractStatus": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateServiceContractStatuss": {
+            "type": "object",
+            "required": [
+                "service_contract_status"
+            ],
+            "properties": {
+                "service_contract_status": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateServiceContractStatus"
+                    }
+                }
+            }
+        },
+        "request.UpdateServiceContractType": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateServiceContractTypes": {
+            "type": "object",
+            "required": [
+                "service_contract_type"
+            ],
+            "properties": {
+                "service_contract_type": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateServiceContractType"
+                    }
+                }
+            }
+        },
         "request.UpdateServiceFeeManage": {
             "type": "object",
             "properties": {
-                "client": {
-                    "$ref": "#/definitions/request.Client"
+                "business_scope": {
+                    "description": "缁忚惀鑼冨洿",
+                    "type": "string"
                 },
-                "client_id": {
+                "city_id": {
+                    "type": "integer"
+                },
+                "client_level_id": {
+                    "description": "瀹㈡埛绛夌骇ID",
+                    "type": "integer"
+                },
+                "client_origin_id": {
+                    "description": "瀹㈡埛鏉ユ簮ID",
+                    "type": "integer"
+                },
+                "client_status_id": {
+                    "description": "瀹㈡埛鐘舵�両D",
+                    "type": "integer"
+                },
+                "client_type_id": {
+                    "description": "瀹㈡埛绫诲瀷ID",
+                    "type": "integer"
+                },
+                "contact": {
+                    "$ref": "#/definitions/request.Contact"
+                },
+                "country_id": {
+                    "type": "integer"
+                },
+                "detail_address": {
+                    "description": "璇︾粏鍦板潃",
+                    "type": "string"
+                },
+                "enterprise_nature_id": {
+                    "description": "浼佷笟鎬ц川",
+                    "type": "integer"
+                },
+                "enterprise_scale_id": {
+                    "description": "浼佷笟瑙勬ā",
                     "type": "integer"
                 },
                 "file": {
@@ -8394,14 +11505,56 @@
                 "id": {
                     "type": "integer"
                 },
+                "industry_id": {
+                    "description": "鎵�灞炶涓�",
+                    "type": "integer"
+                },
                 "latest_date": {
+                    "type": "string"
+                },
+                "latest_service_time": {
+                    "description": "鏈�鏅氭湇鍔℃椂闂�",
                     "type": "string"
                 },
                 "member_id": {
                     "type": "integer"
                 },
+                "name": {
+                    "description": "鍏徃鍚嶇О",
+                    "type": "string"
+                },
+                "next_visit_time": {
+                    "description": "涓嬫鍥炶鏃堕棿",
+                    "type": "string"
+                },
+                "number": {
+                    "description": "鍏徃缂栧彿",
+                    "type": "string"
+                },
+                "province_id": {
+                    "type": "integer"
+                },
+                "region_id": {
+                    "type": "integer"
+                },
+                "registered_capital_id": {
+                    "description": "娉ㄥ唽璧勯噾",
+                    "type": "integer"
+                },
+                "registration_time": {
+                    "description": "娉ㄥ唽鏃堕棿",
+                    "type": "string"
+                },
                 "remark": {
                     "type": "string"
+                },
+                "representative": {
+                    "description": "娉曚汉浠h〃",
+                    "type": "string"
+                },
+                "service_member_id": {
+                    "description": "鏈嶅姟璐熻矗浜篒D",
+                    "type": "integer"
                 }
             }
         },
@@ -8449,6 +11602,35 @@
                 },
                 "timelyRate": {
                     "type": "integer"
+                }
+            }
+        },
+        "request.UpdateSolveRate": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateSolveRates": {
+            "type": "object",
+            "required": [
+                "solve_rate"
+            ],
+            "properties": {
+                "solve_rate": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateSolveRate"
+                    }
                 }
             }
         },
@@ -8503,6 +11685,61 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.Product"
+                    }
+                }
+            }
+        },
+        "request.UpdateTimelyRate": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateTimelyRates": {
+            "type": "object",
+            "required": [
+                "timely_rate"
+            ],
+            "properties": {
+                "timely_rate": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateTimelyRate"
+                    }
+                }
+            }
+        },
+        "request.UpdateVetting": {
+            "type": "object",
+            "required": [
+                "id",
+                "status"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "status": {
+                    "type": "integer"
+                }
+            }
+        },
+        "response.AccountIdResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.AccountId"
                     }
                 }
             }
@@ -8606,6 +11843,278 @@
                 }
             }
         },
+        "response.CurrencyResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Currency"
+                    }
+                }
+            }
+        },
+        "response.DataResponse": {
+            "type": "object",
+            "properties": {
+                "accountId": {
+                    "description": "璐︽埛",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.AccountId"
+                    }
+                },
+                "city": {
+                    "description": "鍩庡競鏁版嵁",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.City"
+                    }
+                },
+                "client_level": {
+                    "description": "瀹㈡埛绛夌骇",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ClientLevel"
+                    }
+                },
+                "client_origin": {
+                    "description": "瀹㈡埛鏉ユ簮",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ClientOrigin"
+                    }
+                },
+                "client_status": {
+                    "description": "瀹㈡埛鐘舵��",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ClientStatus"
+                    }
+                },
+                "client_type": {
+                    "description": "瀹㈡埛绫诲瀷",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ClientType"
+                    }
+                },
+                "country": {
+                    "description": "鍥藉鏁版嵁",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Country"
+                    }
+                },
+                "currency": {
+                    "description": "甯佺",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Currency"
+                    }
+                },
+                "department": {
+                    "description": "閮ㄩ棬",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Department"
+                    }
+                },
+                "enterprise_nature": {
+                    "description": "浼佷笟鎬ц川",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.EnterpriseNature"
+                    }
+                },
+                "enterprise_scale": {
+                    "description": "浼佷笟瑙勬ā",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.EnterpriseScale"
+                    }
+                },
+                "industry": {
+                    "description": "琛屼笟",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Industry"
+                    }
+                },
+                "isInvoice": {
+                    "description": "鏄惁寮�绁�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.IsInvoice"
+                    }
+                },
+                "isVisit": {
+                    "description": "鏈嶅姟浜哄憳鏄惁鏉ヨ繃",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.IsVisit"
+                    }
+                },
+                "member": {
+                    "description": "Member",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.User"
+                    }
+                },
+                "orderType": {
+                    "description": "宸ュ崟绫诲瀷",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.OrderType"
+                    }
+                },
+                "possibility": {
+                    "description": "鍙兘鎬�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Possibility"
+                    }
+                },
+                "province": {
+                    "description": "鐪佷唤鏁版嵁",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Province"
+                    }
+                },
+                "quotationStatus": {
+                    "description": "鎶ヤ环鍗曠姸鎬�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.QuotationStatus"
+                    }
+                },
+                "refundMethod": {
+                    "description": "閫�娆炬柟寮�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.RefundMethod"
+                    }
+                },
+                "region": {
+                    "description": "鍖哄煙鏁版嵁",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Region"
+                    }
+                },
+                "registered_capital": {
+                    "description": "娉ㄥ唽璧勯噾",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.RegisteredCapital"
+                    }
+                },
+                "regular_customers": {
+                    "description": "鑰佸鎴疯惀閿�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.RegularCustomers"
+                    }
+                },
+                "reportSource": {
+                    "description": "鎶ヨ〃鏉ユ簮",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ReportSource"
+                    }
+                },
+                "repository": {
+                    "description": "閫�璐т粨搴�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Repository"
+                    }
+                },
+                "sale_stage": {
+                    "description": "閿�鍞樁娈�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SaleStage"
+                    }
+                },
+                "sale_type": {
+                    "description": "閿�鍞被鍨�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SaleType"
+                    }
+                },
+                "salesReturnStatus": {
+                    "description": "閫�璐у崟鐘舵��",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SalesReturnStatus"
+                    }
+                },
+                "sales_source": {
+                    "description": "鍟嗘満鏉ユ簮",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SalesSources"
+                    }
+                },
+                "satisfaction": {
+                    "description": "婊℃剰搴�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Satisfaction"
+                    }
+                },
+                "serviceContractStatus": {
+                    "description": "鏈嶅姟鍚堝悓鐘舵��",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ServiceContractStatus"
+                    }
+                },
+                "serviceContractType": {
+                    "description": "鏈嶅姟鍚堝悓绫诲瀷",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ServiceContractType"
+                    }
+                },
+                "solve_rate": {
+                    "description": "瑙e喅鐜�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SolveRate"
+                    }
+                },
+                "status": {
+                    "description": "鐘舵��",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Status"
+                    }
+                },
+                "timely_rate": {
+                    "description": "鍙婃椂鐜�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.TimelyRate"
+                    }
+                }
+            }
+        },
+        "response.DepartmentResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Department"
+                    }
+                }
+            }
+        },
         "response.EnterpriseNatureResponse": {
             "type": "object",
             "properties": {
@@ -8650,6 +12159,28 @@
                 }
             }
         },
+        "response.IsInvoiceResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.IsInvoice"
+                    }
+                }
+            }
+        },
+        "response.IsVisitResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.IsVisit"
+                    }
+                }
+            }
+        },
         "response.LoginResponse": {
             "type": "object",
             "properties": {
@@ -8671,6 +12202,28 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.MasterOrder"
+                    }
+                }
+            }
+        },
+        "response.MenuTreeResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Menu"
+                    }
+                }
+            }
+        },
+        "response.OrderTypeResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.OrderType"
                     }
                 }
             }
@@ -8734,6 +12287,28 @@
                 }
             }
         },
+        "response.QuotationStatusResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.QuotationStatus"
+                    }
+                }
+            }
+        },
+        "response.RefundMethodResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.RefundMethod"
+                    }
+                }
+            }
+        },
         "response.RegisteredCapitalResponse": {
             "type": "object",
             "properties": {
@@ -8752,6 +12327,28 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.RegularCustomers"
+                    }
+                }
+            }
+        },
+        "response.ReportSourceResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ReportSource"
+                    }
+                }
+            }
+        },
+        "response.RepositoryResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Repository"
                     }
                 }
             }
@@ -8822,6 +12419,28 @@
                 }
             }
         },
+        "response.SalesReturnResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SalesReturn"
+                    }
+                }
+            }
+        },
+        "response.SalesReturnStatusResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SalesReturnStatus"
+                    }
+                }
+            }
+        },
         "response.SalesSourceResponse": {
             "type": "object",
             "properties": {
@@ -8829,6 +12448,39 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.SalesSources"
+                    }
+                }
+            }
+        },
+        "response.SatisfactionResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Satisfaction"
+                    }
+                }
+            }
+        },
+        "response.ServiceContractStatusResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ServiceContractStatus"
+                    }
+                }
+            }
+        },
+        "response.ServiceContractTypeResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.ServiceContractType"
                     }
                 }
             }
@@ -8866,6 +12518,17 @@
                 }
             }
         },
+        "response.SolveRateResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SolveRate"
+                    }
+                }
+            }
+        },
         "response.SubOrderResponse": {
             "type": "object",
             "properties": {
@@ -8877,6 +12540,17 @@
                 }
             }
         },
+        "response.TimelyRateResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.TimelyRate"
+                    }
+                }
+            }
+        },
         "response.UserResponse": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0