IQC项目配置返回

This commit is contained in:
2025-07-24 15:33:16 +08:00
parent 582ea4c5ab
commit 76a2ef3cbd
3 changed files with 19 additions and 8 deletions
@@ -267,12 +267,19 @@ namespace IRaCIS.Application.Contracts
public bool IsOpenLostVistRead { get; set; } = false;
}
public class TrialConfigInfo: TrialExtraConfig
{
#region
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }
public CollectImagesType CollectImagesEnum { get; set; }
#endregion
public bool IsIQCAutoNextTask { get; set; }
#endregion
}
public class TrialPacsInfo