| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.sxkj.fw.cockpit.vo.AlarmStatisticsVO; |
| | | import org.sxkj.fw.cockpit.vo.DeviceStatisticsVO; |
| | | import org.sxkj.fw.detection.entity.FwEffectEvalEntity; |
| | | import org.sxkj.fw.detection.param.FwEffectEvalParam; |
| | | import org.sxkj.fw.device.dto.FwDeviceDTO; |
| | | import org.sxkj.fw.device.entity.FwDeviceEntity; |
| | | import org.sxkj.fw.device.vo.CockpitFwDeviceVO; |
| | | import org.sxkj.fw.record.dto.FwDroneAlarmRecordDTO; |
| | | import org.sxkj.fw.record.vo.FwDroneAlarmRecordVO; |
| | | |
| | |
| | | * @param fwDevice |
| | | * @return |
| | | */ |
| | | IPage<FwDeviceEntity> selectFwDevicePage(IPage<FwDeviceEntity> page, FwDeviceDTO fwDevice); |
| | | IPage<CockpitFwDeviceVO> selectCockpitDevicePage(IPage<CockpitFwDeviceVO> page, FwDeviceDTO fwDevice); |
| | | |
| | | /** |
| | | * 设备类型统计 |
| | |
| | | |
| | | /** |
| | | * 评估结果保存 |
| | | * @param fwEffectEvalEntity |
| | | * @param fwEffectEvalParam |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdate(FwEffectEvalEntity fwEffectEvalEntity); |
| | | boolean interferenceAndExpulsion(FwEffectEvalParam fwEffectEvalParam); |
| | | |
| | | /** |
| | | * 告警记录和设备记录统计 |