This commit is contained in:
caozehui
2025-01-07 09:01:10 +08:00
parent 27eb9a7d93
commit bf60bcfe12
2 changed files with 10 additions and 4 deletions

View File

@@ -71,10 +71,10 @@ export namespace CheckData {
export interface RawDataItem {
time?: string,
harmNum?: number|null,
dataA?: number,
dataB?: number,
dataC?: number
dataT?: number
dataA?: string,
dataB?: string,
dataC?: string,
dataT?: string,
unit?: string|null
}