drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/IFwDeviceScrapService.java
@@ -35,6 +35,13 @@ public interface IFwDeviceScrapService extends BaseService<FwDeviceScrapEntity> { /** * 获取详情 * @param id 报废记录id * @return 详情 */ FwDeviceScrapVO getFwDeviceScrapById(Long id); /** * 新增报废记录 * @param dto 报废记录 * @return true/false