| | |
| | | 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.device.vo.DeviceTypeStatisticsVO; |
| | | import org.sxkj.fw.device.vo.FwDeviceVO; |
| | | import org.sxkj.fw.device.excel.FwDeviceExcel; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | /** |
| | | * 列表查询 |
| | | * |
| | | * @param isAreaSelect |
| | | * @param areaId |
| | | * @param isAreaSelect 是否过滤区域 |
| | | * @param areaId 设备被关联区域id |
| | | * @param status 设备状态 |
| | | * @return |
| | | */ |
| | | List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId); |
| | | List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status); |
| | | |
| | | |
| | | /** |
| | |
| | | List<DeviceStatisticsVO> statisticalDeviceType(); |
| | | |
| | | /** |
| | | * 设备统计 - 按类型统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceTypeStatisticsVO> getDeviceTypeStatistics(); |
| | | |
| | | /** |
| | | * 设备出库去向统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(); |
| | | |
| | | /** |
| | | * 设备生产厂商统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> getDeviceManufacturerStatistics(); |
| | | |
| | | /** |
| | | * 设备报警统计 |
| | | * @return |
| | | */ |