This commit is contained in:
admin
2024-06-25 22:11:27 +08:00
parent 6e40e7b8ee
commit 5a12ca5146
8 changed files with 69 additions and 19 deletions

View File

@@ -83,5 +83,11 @@ public interface IPlayPersonnelGroupInfoService extends IService<PlayPersonnelGr
*/
void deletePlayClerkGroupInfoById(String id);
/**
* 筛选所有的组员
*
* @param loginUser 登录用户
* @return 组员ID列表
*/
List<String> getValidClerkIdList(LoginUser loginUser);
}