批量审查

This commit is contained in:
qitz
2024-01-02 14:10:53 +08:00
parent 455f3265ec
commit 06320d99ca
5 changed files with 105 additions and 4 deletions
@@ -139,4 +139,6 @@ public interface ICaseApplicationService {
List<CaseApplication> selectCaseApplicationListBatchByRole(CaseApplication caseApplication);
int submitCaseApplicationBatch(String batchNumber);
int submitCaseApplicationCheckBatch(String batchNumber, Integer agreeOrNotCheck, String caseCheckReject);
}