| | |
| | | * 设备类型统计 |
| | | * @return |
| | | */ |
| | | List<DeviceStatisticsVO> statisticalDeviceType(); |
| | | List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList); |
| | | |
| | | /** |
| | | * 设备统计 - 按类型统计 |
| | |
| | | * 设备报警统计 |
| | | * @return |
| | | */ |
| | | AlarmStatisticsVO statisticalDeviceAtt(); |
| | | AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList); |
| | | |
| | | /** |
| | | * 驾驶舱获取设备列表 |
| | |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateDevice(FwDeviceEntity fwDeviceEntity); |
| | | |
| | | /** |
| | | * 按设备ID更新出入库状态 |
| | | * |
| | | * @param deviceId 设备ID |
| | | * @param trackStatus 出入库状态 |
| | | * @return 是否更新成功 |
| | | */ |
| | | boolean updateTrackStatusByDeviceId(Long deviceId, Integer trackStatus); |
| | | } |