增加失访可读配置-uat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user