吉安感知网项目-后端
linwei
2026-07-16 20ee244f83282e8bed65cbbccc717a1ed34feac4
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