gongchunyi
昨天 0a4a0ad0af9eca1a486912d3ed378c5600bfe1e1
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;