案件修改
This commit is contained in:
@@ -33,4 +33,10 @@ public interface VideoService {
|
||||
* @return
|
||||
*/
|
||||
AjaxResult dissolveRoom( Long roomId);
|
||||
/**
|
||||
* 根据userId查询该用户是否是秘书
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
AjaxResult secretaryRoleByUserId(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user