接口 Y9PersonsToGroupsManager
-
- 所有已知实现类:
Y9PersonsToGroupsManagerImpl
public interface Y9PersonsToGroupsManager人员-用户组关联 Manager- 从以下版本开始:
- 9.6.3
- 作者:
- shidaobang
- Date:
- 2023/09/18
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiddelete(Y9PersonsToGroups y9PersonsToGroups)voiddeleteByGroupId(String groupId)voiddeleteByPersonId(String personId)
-
-
-
方法详细资料
-
delete
void delete(Y9PersonsToGroups y9PersonsToGroups)
-
deleteByGroupId
void deleteByGroupId(String groupId)
-
deleteByPersonId
void deleteByPersonId(String personId)
-
-