diff --git a/src/api/rfid/dashboard/types.ts b/src/api/rfid/dashboard/types.ts index 7ea0598..f9822a1 100644 --- a/src/api/rfid/dashboard/types.ts +++ b/src/api/rfid/dashboard/types.ts @@ -147,4 +147,8 @@ export interface DeviceLatestRecordVO { latestRecordTime: string | null; /** 读取状态 (1-成功; 0-失败) */ readStatus: string | null; + /** 是否告警 (0-否; 1-是) */ + alarmFlag: string | null; + /** 告警行为 */ + alarmAction: string | null; }