refactor: formatDuration & filterLostRecordList

This commit is contained in:
yangsy
2025-09-16 15:39:48 +08:00
parent df8c7ee8b3
commit b28e59049f
4 changed files with 86 additions and 135 deletions

View File

@@ -57,7 +57,7 @@ export interface NdmRecordCheck extends BaseModel {
parentGbCode: string;
name: string;
ipAddress: string;
diagInfo: string | RecordInfo;
diagInfo: string; // RecordInfo
checkDate: string;
}