package cn.com.qmth.scancentral.service; import org.springframework.web.multipart.MultipartFile; import java.util.Map; public interface StudentImportService { Long studentImport(Long examId, MultipartFile file); Map studentImportProgress(Long taskId); }