暂存
This commit is contained in:
@@ -5,4 +5,7 @@ import com.ruoyi.wisdomarbitrate.domain.CaseApplication;
|
||||
|
||||
public interface IAdjudicationService {
|
||||
AjaxResult createDocument(CaseApplication caseApplication);
|
||||
|
||||
AjaxResult sendDocumentByEmail();
|
||||
|
||||
}
|
||||
|
||||
+5
@@ -155,4 +155,9 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AjaxResult sendDocumentByEmail() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user