2025-10-14 21:10:47 +00:00
|
|
|
using Volo.Abp.Application.Dtos;
|
|
|
|
|
|
2025-11-14 20:59:46 +00:00
|
|
|
public class NoteListRequestDto : PagedAndSortedResultRequestDto
|
2025-10-14 21:10:47 +00:00
|
|
|
{
|
|
|
|
|
public string EntityName { get; set; }
|
|
|
|
|
public string EntityId { get; set; }
|
|
|
|
|
}
|