安防告警增加类型和cpu温度告警

This commit is contained in:
wyw
2024-08-17 15:04:17 +08:00
parent 1e8a56c36a
commit 30d8dbbbb2
5 changed files with 35 additions and 19 deletions

View File

@ -10,6 +10,6 @@ public class DoorAlertBto {
private Long deviceId;
//箱门状态:2=箱门打开,1=箱门振动
private Integer doorState;
private Integer eventType;
}