using Volo.Abp.Application.Dtos; public class NoteListRequestDto : PagedAndSortedResultRequestDto { public string EntityName { get; set; } public string EntityId { get; set; } }