9.21日开发提交

This commit is contained in:
hejinbo
2023-09-21 19:16:12 +08:00
parent 34867898b9
commit a23b662332
11 changed files with 474 additions and 51 deletions
@@ -0,0 +1,8 @@
package com.ruoyi.wisdomarbitrate.service;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.wisdomarbitrate.domain.CaseApplication;
public interface IAdjudicationService {
AjaxResult createDocument(CaseApplication caseApplication);
}