| | |
| | | * @param file excel文件的信息 |
| | | * @return 有错误信息的excel |
| | | */ |
| | | CodeImProtRusultVO batchImportCode(CodeOrderDTO orderDTO, File file); |
| | | CodeImProtRusultVO batchImportCode(CodeOrderDTO orderDTO, File file) throws Exception; |
| | | |
| | | /*** |
| | | *批量申请编码数据 |
| | |
| | | * @return 有错误信息的excel |
| | | */ |
| | | CodeImProtRusultVO batchImportHistoryData(String codeClassifyOid,String classifyAttr, File file) throws Throwable; |
| | | |
| | | /*** |
| | | * 从redis缓存里获取到导入的数据 |
| | | * @param codeClassifyOid |
| | |
| | | * @param operationType |
| | | */ |
| | | void sendApplyGroupcode(List<String> idList,String btmName,String operationType); |
| | | |
| | | /*** |
| | | * 导出集团码模板 |
| | | * @param classOid |
| | | * @return |
| | | */ |
| | | String exportGroupCodeExcel(String classOid); |
| | | } |