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