This commit is contained in:
zxr
2026-08-10 20:55:56 +08:00
parent 46559fe955
commit 87ec4dff70
3 changed files with 16 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ export enum ReportType {
FAULT = 'fault',
SERVER = 'server',
NETWORK_DEVICE = 'network_device',
OPERATIONS = 'operations',
EVIDENCE = 'evidence',
}
@@ -32,7 +33,7 @@ export enum ReportStatus {
export interface ReportRecord {
id: number
/** 列表接口可能含已下线类型字符串,仅六类可再次生成 */
/** 列表接口可能包含已下线或自动生成的报表类型 */
report_type: ReportType | string
title: string
description?: string