gongchunyi
9 小时以前 f32de021e7af1627b6d18e681b46dbc0a5b108f8
src/main/java/com/ruoyi/device/service/IDeviceLedgerService.java
@@ -18,6 +18,8 @@
    AjaxResult updateDeviceLedger(DeviceLedger deviceLedger);
    DeviceLedger getDetailById(Long id);
    void export(HttpServletResponse response, Long[] ids);
    Boolean importData(MultipartFile file) throws IOException;