chore: finalize backend feature scope
This commit is contained in:
@@ -79,13 +79,6 @@ class EvaluationListResponse(BaseModel):
|
||||
pagination: PaginationMeta
|
||||
|
||||
|
||||
class ExportPdfResponse(BaseModel):
|
||||
"""PDF 导出响应:返回导出记录和本地文件路径。"""
|
||||
|
||||
export_id: int
|
||||
file_path: str
|
||||
|
||||
|
||||
class EvaluationDetailResponse(EvaluationResponse):
|
||||
"""评价详情响应:在报告详情页使用。"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user