fix: scc流程导入接口修正
This commit is contained in:
+2
-1
@@ -10,6 +10,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|||||||
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author ThinkBook
|
* @author ThinkBook
|
||||||
@@ -32,5 +33,5 @@ public interface IProcessStandardComplianceCheckService extends IService<Process
|
|||||||
|
|
||||||
void exportXls(String taskId, HttpServletResponse response);
|
void exportXls(String taskId, HttpServletResponse response);
|
||||||
|
|
||||||
List<String> importExcelWithData(MultipartFile file);
|
Map<String, Object> importExcelWithData(MultipartFile file);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user