案件批量操作修改

This commit is contained in:
18792927508
2023-10-20 16:26:31 +08:00
parent 9e46b3068f
commit 190273ba21
13 changed files with 55 additions and 52 deletions
@@ -75,5 +75,5 @@ public interface CaseApplicationMapper {
* @param caseApplication
* @return
*/
int batchDeletecaseApplication(BatchCaseApplication caseApplication);
int batchDeletecaseApplication(@Param("ids") List<Long> ids);
}