修改项目字段

This commit is contained in:
2022-04-14 14:14:36 +08:00
parent 477a7e06a0
commit 873d4af8da
3 changed files with 8 additions and 3 deletions
@@ -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; }