邮箱完善

This commit is contained in:
18792927508
2023-11-16 12:09:36 +08:00
parent d8c09d6dff
commit 5287c031bc
9 changed files with 110 additions and 7 deletions
@@ -25,4 +25,11 @@ public interface IAdjudicationService {
AjaxResult getArchivesDetail(Long id);
AjaxResult regenerationDocument(CaseApplication caseApplication);
/**
* 根据案件id查询邮箱
* @param id
* @return
*/
AjaxResult emailByCaseId(Long id);
}