| | |
| | | import org.sxkj.fw.device.vo.CockpitFwDeviceVO; |
| | | import org.sxkj.fw.device.vo.FwDeviceVO; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * 设备统计 - 驾驶舱使用 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> statisticalDeviceType(String regionCode, String currentDeptId); |
| | | List<DeviceStatisticsVO> statisticalDeviceType(String regionCode, String currentDeptId, Date flyTime); |
| | | |
| | | /** |
| | | * 设备统计 - 按类型统计 |
| | |
| | | * 告警统计 |
| | | * @return |
| | | */ |
| | | AlarmStatisticsVO statisticalDeviceAtt(String regionCode, String currentDeptId); |
| | | AlarmStatisticsVO statisticalDeviceAtt(String regionCode, String currentDeptId, Date flyTime); |
| | | |
| | | /** |
| | | * 获取设备列表 |