chore: finalize backend feature scope

This commit is contained in:
刘金宝
2026-06-11 16:19:07 +08:00
parent d855ecab82
commit ec515d5453
43 changed files with 680 additions and 712 deletions
-7
View File
@@ -79,13 +79,6 @@ class EvaluationListResponse(BaseModel):
pagination: PaginationMeta
class ExportPdfResponse(BaseModel):
"""PDF 导出响应:返回导出记录和本地文件路径。"""
export_id: int
file_path: str
class EvaluationDetailResponse(EvaluationResponse):
"""评价详情响应:在报告详情页使用。"""