yys
maven
7 天以前 88ce55b72124b8283865f44074e381660d982453
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);
}