Newer
Older
laserPTZFrontV2.0 / src / views / statistics / statistics-interface.ts
wangxitong on 22 May 2023 268 bytes first commit

export interface DateReturn {
  date: string
  num: string | number
}

export interface TypeReturn {
  type: string
  num: string | number
}

export interface ITableData {
  stationId: string
  stationName: string
  total: string
  online: string
  offline: string
}