feat: 优化 AI 日报结果中心信息架构

This commit is contained in:
电摇小子
2026-07-14 11:07:35 +08:00
committed by 电摇小子
parent c291c94bd8
commit d28b579cb4
11 changed files with 372 additions and 102 deletions
+6
View File
@@ -40,3 +40,9 @@ export interface SaveGeneratedReportResult {
record?: GeneratedReportRecord
error?: string
}
export interface DeleteGeneratedReportResult {
success: boolean
deletedId?: string
error?: string
}