实现重新生成裁决书

This commit is contained in:
qitz
2023-10-18 18:03:27 +08:00
parent 4a2dc3a2ec
commit 50e9b5fb9d
4 changed files with 276 additions and 3 deletions
@@ -22,4 +22,6 @@ public interface IAdjudicationService {
AjaxResult stamp(CaseApplication caseApplication);
AjaxResult getArchivesDetail(Long id);
AjaxResult regenerationDocument(CaseApplication caseApplication);
}