批量送达裁决书功能

This commit is contained in:
qitz
2024-01-05 16:31:22 +08:00
parent b24fc351ea
commit 95cacd287b
3 changed files with 223 additions and 1 deletions
@@ -61,4 +61,8 @@ public interface IAdjudicationService {
SealSignRecord getSignUrlBatch(StringIdsReq idsReq);
SealSignRecord getSealUrlBatch(StringIdsReq idsReq);
AjaxResult caseFileBatch(Integer batchNumber);
AjaxResult serviceBatch(Integer batchNumber);
}