| | |
| | | import org.sxkj.fw.cockpit.vo.AlarmStatisticsVO; |
| | | import org.sxkj.fw.cockpit.vo.DeviceStatisticsVO; |
| | | import org.sxkj.fw.device.dto.FwDeviceDTO; |
| | | import org.sxkj.fw.device.dto.FwDevicePolygonQueryDTO; |
| | | import org.sxkj.fw.device.entity.FwDeviceEntity; |
| | | import org.sxkj.fw.device.param.FwDevicePageParam; |
| | | import org.sxkj.fw.device.vo.CockpitFwDeviceVO; |
| | |
| | | */ |
| | | List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status, Integer isTrack); |
| | | |
| | | /** |
| | | * 根据多边形查询设备列表 |
| | | * |
| | | * @param query 查询条件 |
| | | * @return 设备列表 |
| | | */ |
| | | List<FwDeviceEntity> selectFwDeviceListByPolygons(FwDevicePolygonQueryDTO query); |
| | | |
| | | |
| | | /** |
| | | * 导出数据 |