吉安感知网项目-后端
rain
2026-02-02 4fa212add5bb7689331e9e070c802bfcb5dcafa2
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