接口调整

This commit is contained in:
sjl
2025-08-11 15:59:29 +08:00
parent c85eac3888
commit 77d2176812
8 changed files with 153 additions and 321 deletions

View File

@@ -198,6 +198,13 @@ export namespace CheckData {
channelsTest: boolean,
test: boolean
}
//描述比对式检测项描述
export interface CompareTestItem {
id: string,
name: string,
}
}