gongchunyi
9 小时以前 6c95c2f6a3602fe6f92898dd322c20bbe955e69d
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;