liujiandao
2023-12-27 a3a802263a107d618b73426087a27194eccb5fff
docs/docs.go
@@ -9851,6 +9851,34 @@
                }
            }
        },
        "/api/system/useSystemSet/{modeType}": {
            "get": {
                "produces": [
                    "application/json"
                ],
                "tags": [
                    "系统设置"
                ],
                "summary": "使用系统设置",
                "parameters": [
                    {
                        "type": "string",
                        "description": "查询参数",
                        "name": "modeType",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "schema": {
                            "$ref": "#/definitions/response.ListResponse"
                        }
                    }
                }
            }
        },
        "/api/timeSpent/add": {
            "post": {
                "produces": [
@@ -11960,6 +11988,10 @@
        "model.Quotation": {
            "type": "object",
            "properties": {
                "amountTotal": {
                    "description": "价格合计",
                    "type": "number"
                },
                "client": {
                    "$ref": "#/definitions/model.Client"
                },
@@ -13415,10 +13447,10 @@
                "id": {
                    "type": "integer"
                },
                "name": {
                "modeType": {
                    "type": "string"
                },
                "systemType": {
                "name": {
                    "type": "string"
                },
                "value": {
@@ -16385,12 +16417,6 @@
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/model.SystemSet"
                    }
                },
                "systemTypes": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                }
            }