fix
This commit is contained in:
@@ -83,5 +83,11 @@ public interface IPlayPersonnelGroupInfoService extends IService<PlayPersonnelGr
|
||||
*/
|
||||
void deletePlayClerkGroupInfoById(String id);
|
||||
|
||||
/**
|
||||
* 筛选所有的组员
|
||||
*
|
||||
* @param loginUser 登录用户
|
||||
* @return 组员ID列表
|
||||
*/
|
||||
List<String> getValidClerkIdList(LoginUser loginUser);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user