2026-08-21 19:27:59 +00:00
|
|
|
|
using Volo.Abp.Application.Dtos;
|
2026-06-05 19:05:57 +00:00
|
|
|
|
|
|
|
|
|
|
namespace Sozsoft.Platform.AuditLogs;
|
|
|
|
|
|
|
|
|
|
|
|
public class AuditLogListRequestDto : PagedAndSortedResultRequestDto
|
|
|
|
|
|
{
|
|
|
|
|
|
public string ListFormCode { get; set; }
|
|
|
|
|
|
public string EntityId { get; set; }
|
|
|
|
|
|
}
|