将项目配置从json中挪出来
continuous-integration/drone/push Build is running

This commit is contained in:
2026-05-21 11:35:54 +08:00
parent 0b9ee87039
commit 6481aa37e7
11 changed files with 22397 additions and 12 deletions
@@ -87,6 +87,17 @@ namespace IRaCIS.Core.Application.Contracts
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }
/// <summary>
/// QC质控下载
/// </summary>
public bool IsSupportQCDownloadImage { get; set; } = false;
/// <summary>
/// 打开失访可读
/// </summary>
public bool IsOpenLostVistRead { get; set; } = true;
}
public class ConfigTrialProcessInfoVerificationInDto
@@ -243,11 +243,16 @@ namespace IRaCIS.Application.Contracts
}
public class TrialExtraConfig
{
#region QC
#region QC --
//QC质控
public bool IsSupportQCDownloadImage { get; set; } = false;
/// <summary>
/// 打开失访可读
/// </summary>
public bool IsOpenLostVistRead { get; set; } = true;
#endregion
@@ -265,10 +270,7 @@ namespace IRaCIS.Application.Contracts
#endregion
/// <summary>
/// 打开失访可读
/// </summary>
public bool IsOpenLostVistRead { get; set; } = true;