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 |  873 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 846 insertions(+), 27 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index e97a5e1..4fa51ec 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1395,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": [
@@ -3302,6 +3421,125 @@
                 }
             }
         },
+        "/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": [
@@ -3911,6 +4149,125 @@
                         "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"
                         }
                     }
                 ],
@@ -4744,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"
                         }
                     }
                 ],
@@ -5715,7 +6191,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "娣诲姞鐘舵��",
                 "parameters": [
@@ -5745,7 +6221,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "鍒犻櫎鐘舵��",
                 "parameters": [
@@ -5773,7 +6249,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "鐘舵�佸垪琛�",
                 "responses": {
@@ -5792,7 +6268,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Status"
+                    "SalesReturnStatus"
                 ],
                 "summary": "鏇存柊鐘舵��",
                 "parameters": [
@@ -6336,30 +6812,39 @@
                     }
                 }
             }
+        },
+        "/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": [
@@ -6821,6 +7306,17 @@
                 }
             }
         },
+        "model.Currency": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.CustomerServiceSheet": {
             "type": "object",
             "properties": {
@@ -7175,6 +7671,17 @@
                 }
             }
         },
+        "model.QuotationStatus": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.RefundMethod": {
             "type": "object",
             "properties": {
@@ -7230,6 +7737,17 @@
                 }
             }
         },
+        "model.Repository": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "model.SaleChance": {
             "type": "object",
             "properties": {
@@ -7270,7 +7788,7 @@
                     "type": "integer"
                 },
                 "currency": {
-                    "$ref": "#/definitions/constvar.CurrencyType"
+                    "type": "integer"
                 },
                 "detail_address": {
                     "type": "string"
@@ -7403,6 +7921,15 @@
                 },
                 "id": {
                     "type": "integer"
+                },
+                "logisticCompany": {
+                    "type": "string"
+                },
+                "logisticCost": {
+                    "type": "number"
+                },
+                "logisticNumber": {
+                    "type": "string"
                 },
                 "memberId": {
                     "type": "integer"
@@ -7569,8 +8096,19 @@
                 "returnDate": {
                     "type": "string"
                 },
-                "status": {
+                "salesReturnStatus": {
                     "type": "integer"
+                }
+            }
+        },
+        "model.SalesReturnStatus": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
                 }
             }
         },
@@ -7754,6 +8292,17 @@
             }
         },
         "model.SolveRate": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "model.Status": {
             "type": "object",
             "properties": {
                 "id": {
@@ -8120,6 +8669,17 @@
                 }
             }
         },
+        "request.AddCurrency": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddCustomerServiceSheet": {
             "type": "object",
             "properties": {
@@ -8343,6 +8903,17 @@
                 }
             }
         },
+        "request.AddQuotationStatus": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "request.AddRefundMethod": {
             "type": "object",
             "required": [
@@ -8386,6 +8957,17 @@
             }
         },
         "request.AddReportSource": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.AddRepository": {
             "type": "object",
             "required": [
                 "name"
@@ -8592,6 +9174,17 @@
             "properties": {
                 "salesReturn": {
                     "$ref": "#/definitions/request.SalesReturn"
+                }
+            }
+        },
+        "request.AddSalesReturnStatus": {
+            "type": "object",
+            "required": [
+                "name"
+            ],
+            "properties": {
+                "name": {
+                    "type": "string"
                 }
             }
         },
@@ -9244,6 +9837,15 @@
                 "deliveryDate": {
                     "type": "string"
                 },
+                "logisticCompany": {
+                    "type": "string"
+                },
+                "logisticCost": {
+                    "type": "number"
+                },
+                "logisticNumber": {
+                    "type": "string"
+                },
                 "memberId": {
                     "type": "integer"
                 },
@@ -9779,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": {
@@ -10174,6 +10805,35 @@
                 }
             }
         },
+        "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": [
@@ -10308,6 +10968,35 @@
                     "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"
                     }
                 }
             }
@@ -10562,6 +11251,35 @@
                 },
                 "salesReturn": {
                     "$ref": "#/definitions/request.SalesReturn"
+                }
+            }
+        },
+        "request.UpdateSalesReturnStatus": {
+            "type": "object",
+            "required": [
+                "id",
+                "name"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "request.UpdateSalesReturnStatuss": {
+            "type": "object",
+            "required": [
+                "sales_return_status"
+            ],
+            "properties": {
+                "sales_return_status": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/request.UpdateSalesReturnStatus"
+                    }
                 }
             }
         },
@@ -11000,6 +11718,21 @@
                 }
             }
         },
+        "request.UpdateVetting": {
+            "type": "object",
+            "required": [
+                "id",
+                "status"
+            ],
+            "properties": {
+                "id": {
+                    "type": "integer"
+                },
+                "status": {
+                    "type": "integer"
+                }
+            }
+        },
         "response.AccountIdResponse": {
             "type": "object",
             "properties": {
@@ -11110,6 +11843,17 @@
                 }
             }
         },
+        "response.CurrencyResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Currency"
+                    }
+                }
+            }
+        },
         "response.DataResponse": {
             "type": "object",
             "properties": {
@@ -11160,6 +11904,13 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.Country"
+                    }
+                },
+                "currency": {
+                    "description": "甯佺",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Currency"
                     }
                 },
                 "department": {
@@ -11218,11 +11969,25 @@
                         "$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": {
@@ -11260,6 +12025,13 @@
                         "$ref": "#/definitions/model.ReportSource"
                     }
                 },
+                "repository": {
+                    "description": "閫�璐т粨搴�",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Repository"
+                    }
+                },
                 "sale_stage": {
                     "description": "閿�鍞樁娈�",
                     "type": "array",
@@ -11272,6 +12044,13 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.SaleType"
+                    }
+                },
+                "salesReturnStatus": {
+                    "description": "閫�璐у崟鐘舵��",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SalesReturnStatus"
                     }
                 },
                 "sales_source": {
@@ -11307,6 +12086,13 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.SolveRate"
+                    }
+                },
+                "status": {
+                    "description": "鐘舵��",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Status"
                     }
                 },
                 "timely_rate": {
@@ -11501,6 +12287,17 @@
                 }
             }
         },
+        "response.QuotationStatusResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.QuotationStatus"
+                    }
+                }
+            }
+        },
         "response.RefundMethodResponse": {
             "type": "object",
             "properties": {
@@ -11541,6 +12338,17 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.ReportSource"
+                    }
+                }
+            }
+        },
+        "response.RepositoryResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.Repository"
                     }
                 }
             }
@@ -11622,6 +12430,17 @@
                 }
             }
         },
+        "response.SalesReturnStatusResponse": {
+            "type": "object",
+            "properties": {
+                "list": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/model.SalesReturnStatus"
+                    }
+                }
+            }
+        },
         "response.SalesSourceResponse": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0