增加失访可读配置-uat

This commit is contained in:
2025-06-25 10:45:44 +08:00
parent df1e87897f
commit bb9d7da55f
2 changed files with 19 additions and 6 deletions
@@ -261,11 +261,18 @@ namespace IRaCIS.Application.Contracts
#endregion
#region
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }
/// <summary>
/// 打开失访可读
/// </summary>
public bool IsOpenLostVistRead { get; set; } = false;
#region
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }
public CollectImagesType CollectImagesEnum { get; set; }
#endregion
public CollectImagesType CollectImagesEnum { get; set; }
}
public class TrialPacsInfo