This commit is contained in:
hejinbo
2023-09-26 15:07:15 +08:00
parent 3be770a718
commit 3fc79deee0
5 changed files with 60 additions and 2 deletions
@@ -5,4 +5,7 @@ import com.ruoyi.wisdomarbitrate.domain.CaseApplication;
public interface IAdjudicationService {
AjaxResult createDocument(CaseApplication caseApplication);
AjaxResult sendDocumentByEmail();
}