修改医生
This commit is contained in:
@@ -10,7 +10,7 @@ namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public int? PlanSiteCount { get; set; }
|
||||
public int? PlanVisitCount { get; set; }
|
||||
public int TrialType { get; set; }
|
||||
public TrialType TrialType { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
public string TrialCode { get; set; } = string.Empty;
|
||||
public string Indication { get; set; } = string.Empty;
|
||||
@@ -195,7 +195,7 @@ namespace IRaCIS.Application.Contracts
|
||||
public DateTime? BeginDate { get; set; }
|
||||
public DateTime? EndDate { get; set; }
|
||||
public int? Expedited { get; set; }
|
||||
public int? AttendedReviewerType { get; set; }
|
||||
public AttendedReviewerType? AttendedReviewerType { get; set; }
|
||||
}
|
||||
|
||||
public class ReviewerTrialQueryDTO : PageInput
|
||||
|
||||
Reference in New Issue
Block a user