feat: alarm records query
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface Station {
|
||||
// id: string;
|
||||
code: string;
|
||||
name: string;
|
||||
deviceIdPrefix: string; // 当查询设备告警记录时,需要通过deviceId的前4位来判断车站
|
||||
online: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user