修改项目字段
This commit is contained in:
@@ -178,6 +178,11 @@
|
||||
访视计划ID
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionAddDTO.GeneralId">
|
||||
<summary>
|
||||
通用ID
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:IRaCIS.Core.Application.Service.Inspection.DTO.InsBasicTrialConfig">
|
||||
<summary>
|
||||
配置 基础逻辑信息
|
||||
|
||||
@@ -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