forked from dyf/fys-Multi-tenant
设备是否正在告警
This commit is contained in:
@ -33,4 +33,7 @@ public class DeviceLocationVo {
|
||||
@Schema(description = "进入的电子围栏信息")
|
||||
private DeviceGeoFence fenceInfo;
|
||||
|
||||
@Schema(description = "设备是否正在告警")
|
||||
private Boolean isAlarming;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user