实现批量组庭功能

This commit is contained in:
qitz
2024-01-03 17:55:35 +08:00
parent 061bdc6312
commit 82b6431be9
5 changed files with 109 additions and 14 deletions
@@ -141,4 +141,6 @@ public interface ICaseApplicationService {
int submitCaseApplicationBatch(String batchNumber);
int submitCaseApplicationCheckBatch(String batchNumber, Integer agreeOrNotCheck, String caseCheckReject);
int pendTralCheckBatch(CaseApplication caseApplication);
}