zss
2025-08-29 a7a74cd6daa0ab837046882e16426916f4cef1bd
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);
}