liyong
2025-07-07 e1ab708f43c6d3bb48ccb048f953e9ef759790ec
src/main/java/com/ruoyi/device/service/IDeviceMaintenanceService.java
@@ -15,8 +15,9 @@
    AjaxResult saveDeviceRepair(DeviceMaintenance deviceMaintenance);
    AjaxResult updateDeviceRepair(DeviceMaintenance deviceMaintenance);
    AjaxResult updateDeviceDeviceMaintenance(DeviceMaintenance deviceMaintenance);
    void export(HttpServletResponse response, Long[] ids);
    DeviceMaintenanceDto detailById(Long id);
}