zss
2026-01-19 73d90d7e157cb7ca2604261d53db0e87e2d6886a
src/main/java/com/ruoyi/device/service/IDeviceLedgerService.java
@@ -9,7 +9,7 @@
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletResponse;
import java.util.ArrayList;
import java.io.IOException;
public interface IDeviceLedgerService  extends IService<DeviceLedger> {
    IPage<DeviceLedgerDto> queryPage(Page page, DeviceLedgerDto deviceLedger);
@@ -20,5 +20,5 @@
    void export(HttpServletResponse response, Long[] ids);
    Boolean importData(MultipartFile file);
    Boolean importData(MultipartFile file) throws IOException;
}