修改配置字段更新位置
continuous-integration/drone/push Build is running Details

Test_IRC_Net8
hang 2026-05-27 09:31:14 +08:00
parent 11a439a48f
commit 1141cc20e9
1 changed files with 6 additions and 5 deletions

View File

@ -98,6 +98,12 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsOpenLostVistRead { get; set; } = true;
/// <summary>
/// 影像质控风险控制
/// </summary>
public bool? IsImageQualityControl { get; set; }
}
public class ConfigTrialProcessInfoVerificationInDto
@ -119,11 +125,6 @@ namespace IRaCIS.Core.Application.Contracts
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
/// <summary>
/// 影像质控风险控制
/// </summary>
public bool? IsImageQualityControl { get; set; }
public Guid TrialId { get; set; }
/// <summary>