吉安感知网项目-后端
xiebin
2026-01-12 b1f7d9f1c9a23c2e360d93d1ee60e03cc94a78d2
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