| | |
| | | * @param status 设备状态 |
| | | * @return |
| | | */ |
| | | List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status); |
| | | List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status, Integer isTrack); |
| | | |
| | | |
| | | /** |
| | |
| | | * 设备出库去向统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(); |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull); |
| | | |
| | | /** |
| | | * 设备生产厂商统计 |
| | |
| | | * @return |
| | | */ |
| | | boolean existsAreaBindByDeviceId(Long deviceId); |
| | | |
| | | /** |
| | | * 新增或修改设备 |
| | | * @param fwDeviceEntity |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateDevice(FwDeviceEntity fwDeviceEntity); |
| | | } |