zss
2025-08-14 000f0198bfc7b3309e5230d967c4d35fa9da95a2
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);
}