feat(test-report): 添加报告任务状态字段,移除列表中多余的字段。

This commit is contained in:
dk
2026-07-21 09:15:44 +08:00
parent 6d876ec7dd
commit 48ab2567c6
2 changed files with 8 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ export namespace ReportTask {
checkerName?: string | null
checkTime?: string | null
checkResult?: string | null
state?: ReportTaskState | string | null
status?: number
pointCount?: number | null
groupCount?: number | null