仲裁员审核裁决书

This commit is contained in:
18792927508
2023-12-05 15:19:36 +08:00
parent 8615b98be2
commit 33d44eed4d
6 changed files with 58 additions and 55 deletions
@@ -120,4 +120,11 @@ public interface ICaseApplicationService {
* @return
*/
AjaxResult updateCaseIdByAnnexId(CaseAttach caseAttach);
/**
* 仲裁员审核裁决书
* @param caseApplication
* @return
*/
AjaxResult arbitratorCheckArbitrateRecord(CaseApplication caseApplication);
}