jiangshuai
2023-12-13 7f22e4058d0b27eca88181629caa14e1fba5c18e
docs/docs.go
@@ -1243,7 +1243,7 @@
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/request.OperationAllList"
                            "$ref": "#/definitions/request.OperationCondition"
                        }
                    }
                ],
@@ -4193,6 +4193,22 @@
                }
            }
        },
        "request.OperationCondition": {
            "type": "object",
            "properties": {
                "condition": {
                    "type": "string"
                },
                "page": {
                    "description": "页码",
                    "type": "integer"
                },
                "pageSize": {
                    "description": "每页大小",
                    "type": "integer"
                }
            }
        },
        "request.OperationDetails": {
            "type": "object",
            "properties": {