This commit is contained in:
he
2024-03-29 14:23:21 +08:00
parent f86bc219cf
commit 451a311142
4 changed files with 41 additions and 17 deletions
@@ -119,8 +119,7 @@ namespace IRaCIS.Core.Application.Contracts
public class GetNextUnSignDocumentInDto
{
[NotDefault]
public Guid TrialId { get; set; }
public Guid? TrialId { get; set; }
public bool Asc { get; set; } = true;
public string SortField { get; set; } = "";