部分功能实现
This commit is contained in:
+7
@@ -103,4 +103,11 @@ public interface ICaseApplicationService {
|
||||
* @return
|
||||
*/
|
||||
void destroyRoomBack(String body, HttpServletRequest request);
|
||||
|
||||
/**
|
||||
* 根据案件id查询已预约的会议
|
||||
* @param caseId
|
||||
* @return
|
||||
*/
|
||||
List<ReservedConference> reserveConferenceList(Long caseId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user