Browse Source

Merge pull request #19940 from abpframework/maliming-patch-1

Use `ExtensiblePagedAndSortedResultRequestDto` as `UserLookupSearchInputDto` base class.
pull/19941/head
liangshiwei 2 years ago
committed by GitHub
parent
commit
8a7e3b0384
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo/Abp/Identity/UserLookupSearchInputDto.cs

2
modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo/Abp/Identity/UserLookupSearchInputDto.cs

@ -2,7 +2,7 @@
namespace Volo.Abp.Identity;
public class UserLookupSearchInputDto : PagedAndSortedResultRequestDto
public class UserLookupSearchInputDto : ExtensiblePagedAndSortedResultRequestDto
{
public string Filter { get; set; }
}

Loading…
Cancel
Save