yaowanxin
2025-10-21 c54cd6383079061111248ecff380601141cfe539
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);
}