Commit 168baac6 by guojuxing

添加查询账号分组接口:没有组员数量的接口

parent c4b6bd18
......@@ -37,7 +37,7 @@ public interface AccountGroupApiService {
ServiceResponse<Integer> update(AccountGroupDTO dto);
/**
* 查询账号分组列表数据
* 查询账号分组列表数据,有组员数量
* @Title: listAccountGroupByEnterpriseId

* @Description:

 * @author guojuxing
......@@ -47,6 +47,16 @@ public interface AccountGroupApiService {
ServiceResponse<List<AccountGroupDTO>> listAccountGroupByEnterpriseId(Integer enterpriseId);
/**
* 查询账号分组列表数据,无数量
* @Title: listNoMemberByEnterpriseId

* @Description:

 * @author guojuxing
* @param enterpriseId

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


 */
ServiceResponse<List<AccountGroupDTO>> listNoMemberByEnterpriseId(Integer enterpriseId);
/**
* 删除账号分组,并且删除分组内的组员关系
* @Title: deleteByAccountGroupId

* @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