实现批量部门长审核裁决书

This commit is contained in:
qitz
2024-01-04 16:11:49 +08:00
parent f99cf25adf
commit ff2a7dd781
4 changed files with 390 additions and 0 deletions
@@ -143,4 +143,12 @@ public interface ICaseApplicationService {
int submitCaseApplicationCheckBatch(String batchNumber, Integer agreeOrNotCheck, String caseCheckReject);
int pendTralCheckBatch(CaseApplication caseApplication);
int pendTralSureBatch(CaseApplication caseApplication);
int verificationArbitrateRecordBatch(CaseApplication caseApplication);
AjaxResult arbitratorCheckArbitrateRecordBatch(CaseApplication caseApplication);
AjaxResult checkArbitrateRecordBatch(CaseApplication caseApplication);
}