excel导入接口

web_backend_develope
chenlw 8 years ago
parent 935bb23809
commit 5c5a636f12

@ -23,7 +23,7 @@ public interface IPreDataInfoService {
* @return
* @throws Exception
*/
public Map<String, List> importExcel(List<String> paths)throws Exception;
public Map<String, Object> importExcel(List<String> paths)throws Exception;
/**
* @param paths excel

Loading…
Cancel
Save