Newer
Older
safe_production_front / src / views / ycjg / sjtj / statistics-interface.ts
wangxitong on 16 Aug 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
}