案件修改

This commit is contained in:
18792927508
2023-11-28 10:37:17 +08:00
parent c46f81c628
commit 6b73802bf7
4 changed files with 71 additions and 59 deletions
@@ -114,4 +114,10 @@ public interface ICaseApplicationService {
AjaxResult uploadCaseZipFile(MultipartFile file);
/**
* 根据附件id修改案件id
* @param caseAttach
* @return
*/
AjaxResult updateCaseIdByAnnexId(CaseAttach caseAttach);
}