修改项目配置
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-12-18 16:18:10 +08:00
parent 3cd3315964
commit 89d1f2f800
1 changed files with 6 additions and 3 deletions

View File

@ -71,8 +71,7 @@ namespace IRaCIS.Core.Application.Contracts
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }
[Comment("阅片任务产生之前 采集影像")]
public CollectImagesType CollectImagesEnum { get; set; }
}
public class ConfigTrialProcessInfoVerificationInDto
@ -164,7 +163,8 @@ namespace IRaCIS.Core.Application.Contracts
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
[Comment("阅片任务产生之前 采集影像")]
public CollectImagesType CollectImagesEnum { get; set; }
}
@ -1028,6 +1028,9 @@ namespace IRaCIS.Core.Application.Contracts
public class TrialConfigDTO : BasicTrialConfig
{
[Comment("阅片任务产生之前 采集影像")]
public CollectImagesType CollectImagesEnum { get; set; }
[Comment("SPM 参与中心调研")]
public bool IsSPMJoinSiteSurvey { get; set; }