feat: 建立历史报告档案中心

This commit is contained in:
zxr
2026-08-03 21:52:48 +08:00
parent 7c505f8169
commit 809dc883f5
2 changed files with 309 additions and 21 deletions

View File

@@ -43,6 +43,8 @@ export interface ReportRecord {
file_path?: string
file_size?: number
file_mime?: string
started_at?: string
finished_at?: string
created_at: string
updated_at: string
}