工具类,案件压缩包导入优化
This commit is contained in:
@@ -125,4 +125,10 @@ public interface CaseApplicationMapper {
|
||||
*/
|
||||
Integer selectBatchNumberLike();
|
||||
|
||||
/**
|
||||
* 批量新增案件
|
||||
* @param caseApplications
|
||||
* @return
|
||||
*/
|
||||
int batchSave(@Param("list")List<CaseApplication> caseApplications);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user