吉安感知网项目-后端
linwei
2026-01-14 bc1a6bb5bb2803ed6a5669a976bf2b47f3dacfca
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