修改项目字段
parent
477a7e06a0
commit
873d4af8da
|
@ -178,6 +178,11 @@
|
||||||
访视计划ID
|
访视计划ID
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</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">
|
<member name="T:IRaCIS.Core.Application.Service.Inspection.DTO.InsBasicTrialConfig">
|
||||||
<summary>
|
<summary>
|
||||||
配置 基础逻辑信息
|
配置 基础逻辑信息
|
||||||
|
|
|
@ -22,7 +22,7 @@ namespace IRaCIS.Application.Contracts
|
||||||
public Guid? SponsorId { get; set; } = Guid.Empty;
|
public Guid? SponsorId { get; set; } = Guid.Empty;
|
||||||
public Guid? ReviewModeId { get; set; } = Guid.Empty;
|
public Guid? ReviewModeId { get; set; } = Guid.Empty;
|
||||||
public string Note { get; set; } = string.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 int ExpectedPatients { get; set; }
|
||||||
public decimal TimePointsPerPatient { get; set; }
|
public decimal TimePointsPerPatient { get; set; }
|
||||||
public int? GRRReviewers { get; set; }
|
public int? GRRReviewers { get; set; }
|
||||||
|
|
|
@ -91,7 +91,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
|
|
||||||
[StringLength(500)]
|
[StringLength(500)]
|
||||||
public string TurnaroundTime { get; set; } = string.Empty;
|
public string ProjectCycle { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public int ExpectedPatients { get; set; }
|
public int ExpectedPatients { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue