修改项目字段
This commit is contained in:
@@ -22,7 +22,7 @@ namespace IRaCIS.Application.Contracts
|
||||
public Guid? SponsorId { get; set; } = Guid.Empty;
|
||||
public Guid? ReviewModeId { get; set; } = Guid.Empty;
|
||||
public string Note { get; set; } = string.Empty;
|
||||
public string TurnaroundTime { get; set; } = string.Empty;
|
||||
public string ProjectCycle { get; set; } = string.Empty;
|
||||
public int ExpectedPatients { get; set; }
|
||||
public decimal TimePointsPerPatient { get; set; }
|
||||
public int? GRRReviewers { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user