查询条件修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-03-13 16:33:53 +08:00
parent ba9d3abc52
commit 57cd0281fa
2 changed files with 16 additions and 1 deletions
@@ -169,6 +169,16 @@ namespace IRaCIS.Application.Contracts
public class ReviewerConfirmationQueryDTO : PageInput
{
public Guid TrialId { get; set; } = Guid.Empty;
public DateTime? OptStartTime{ get; set; }
public DateTime? OptEndTime { get; set; }
public string? Code { get; set; }
public int? OptUserType { get; set; }
public string? OptUserName { get; set; }
}
public class SelectionReviewerDTO : DoctorDTO