部分功能实现

This commit is contained in:
18792927508
2023-11-09 18:16:06 +08:00
parent a9ddcaecf9
commit 3316e61824
4 changed files with 34 additions and 5 deletions
@@ -103,4 +103,11 @@ public interface ICaseApplicationService {
* @return
*/
void destroyRoomBack(String body, HttpServletRequest request);
/**
* 根据案件id查询已预约的会议
* @param caseId
* @return
*/
List<ReservedConference> reserveConferenceList(Long caseId);
}