修改
This commit is contained in:
@@ -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; } = "";
|
||||
|
||||
Reference in New Issue
Block a user