实现修改开庭时间接口

This commit is contained in:
qitz
2023-10-20 14:13:11 +08:00
parent 9fe0b621c2
commit 05e70343a8
6 changed files with 43 additions and 4 deletions
@@ -62,4 +62,6 @@ public interface ICaseApplicationService {
ToDoCount selectToDoCount();
AjaxResult selectCaseProgress(CaseApplication caseApplication);
int updateHeardate(CaseApplication caseApplication);
}