Commit 771b2f0f by guojuxing

添加接口:根据分组ID查询组员

parent ce36fbdf
......@@ -78,6 +78,16 @@ public interface AccountGroupApiService {
ServiceResponse<Void> sort(Integer accountGroupId, Integer sort);
/**
* 根据分组ID查询分组内的组员,给会员组使用的接口
* @Title: listAccountGroupMemberByAccountGroupId

* @Description:

 * @author guojuxing
* @param accountGroupIdList

* @return com.gic.api.base.commons.ServiceResponse<java.util.List<com.gic.auth.dto.AccountGroupMemberDTO>>


 */
ServiceResponse<List<AccountGroupMemberDTO>> listAccountGroupMemberByAccountGroupId(List<Integer> accountGroupIdList);
/**
* 查询不在对应账号分组内的所有组员
* @Title: listNotInAccountGroupByAccountGroupId

* @Description:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment