V1.2 需求

This commit is contained in:
he
2023-08-07 15:52:43 +08:00
parent 94462015f2
commit dc63f1c735
7 changed files with 98 additions and 7 deletions
@@ -104,6 +104,15 @@ namespace IRaCIS.Core.Application.Contracts
}
public class GetNextUnSignDocumentInDto
{
[NotDefault]
public Guid TrialId { get; set; }
public bool Asc { get; set; } = true;
public string SortField { get; set; } = "";
}
public class TrialUserDocUnionQuery: PageInput
{
[NotDefault]