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": {