Commit 41ac53e9 by guojuxing

新增接口:根据用户ID list查询用户信息列

parent 5485dd6d
......@@ -79,4 +79,14 @@ public interface UserApiService {
* @throws
*/
ServiceResponse<List<UserListDTO>> listUser(UserListQO params);
/**
* 根据用户ID list查询用户信息
* @Title: listUserByIdList

* @Description:

 * @author guojuxing
* @param userIdList

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


 */
ServiceResponse<List<UserDTO>> listUserByIdList(List<Integer> userIdList);
}
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