feat: alarm records query

This commit is contained in:
yangsy
2025-08-20 23:27:24 +08:00
parent c83fea6dec
commit 1707d2c66f
7 changed files with 355 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
export interface Station {
// id: string;
code: string;
name: string;
deviceIdPrefix: string; // 当查询设备告警记录时需要通过deviceId的前4位来判断车站
online: boolean;
}