@@ -24,11 +24,13 @@ public class DeleteAuditDocumentInDto
|
||||
public List<Guid> Ids { get; set; }
|
||||
}
|
||||
|
||||
public class GetAuditDocumentDataInDto
|
||||
public class GetAuditDocumentDataInDto:PageInput
|
||||
{
|
||||
public List<Guid>? Ids { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
|
||||
public bool? IsAuthorization { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class GetAuditDocumentDataOutDto
|
||||
|
||||
Reference in New Issue
Block a user