zss
3 天以前 7a9bd9b7da7c4943e8b5853d4d7de5cba72f3de0
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;
}