案件修改

This commit is contained in:
18792927508
2023-11-27 17:59:24 +08:00
parent 1ddaf829fc
commit 69fbcd4b4b
5 changed files with 50 additions and 13 deletions
@@ -33,4 +33,10 @@ public interface VideoService {
* @return
*/
AjaxResult dissolveRoom( Long roomId);
/**
* 根据userId查询该用户是否是秘书
* @param userId
* @return
*/
AjaxResult secretaryRoleByUserId(Long userId);
}