drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/IFwDeviceService.java
@@ -65,7 +65,7 @@ * @param status 设备状态 * @return */ List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status); List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status, Integer isTrack); /** @@ -129,4 +129,11 @@ * @return */ boolean existsAreaBindByDeviceId(Long deviceId); /** * 新增或修改设备 * @param fwDeviceEntity * @return */ boolean saveOrUpdateDevice(FwDeviceEntity fwDeviceEntity); }