实现案件进度查询

This commit is contained in:
qitz
2023-10-19 15:18:46 +08:00
parent 50e9b5fb9d
commit e54f4f0b70
6 changed files with 368 additions and 1 deletions
@@ -60,4 +60,6 @@ public interface ICaseApplicationService {
* @return
*/
ToDoCount selectToDoCount();
AjaxResult selectCaseProgress(CaseApplication caseApplication);
}