This commit is contained in:
sjl
2025-03-11 14:16:21 +08:00
parent 341b8df5a9
commit 9af98b034f
4 changed files with 44 additions and 11 deletions

View File

@@ -107,6 +107,7 @@ export namespace CheckData {
// 用来描述 检测数据-左侧树结构
export interface TreeItem {
id:string | null,
scriptTypeName: string | null,
sourceDesc: string | null,
harmNum: number | null,