0
0

设备是否正在告警

This commit is contained in:
2025-09-28 11:53:24 +08:00
parent 2d59397de5
commit 4d2b7c6adf
2 changed files with 22 additions and 0 deletions

View File

@ -33,4 +33,7 @@ public class DeviceLocationVo {
@Schema(description = "进入的电子围栏信息")
private DeviceGeoFence fenceInfo;
@Schema(description = "设备是否正在告警")
private Boolean isAlarming;
}