Merge branch 'Test_IRC_Net10' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net10
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
commit
8cd8b7cf43
|
|
@ -245,18 +245,10 @@ namespace IRaCIS.Application.Contracts
|
||||||
}
|
}
|
||||||
public class TrialExtraConfig
|
public class TrialExtraConfig
|
||||||
{
|
{
|
||||||
#region QC 影像下载--下个版本删除
|
|
||||||
|
|
||||||
//QC质控下载
|
public bool IsSupportUploadFile { get; set; }
|
||||||
public bool IsSupportQCDownloadImage { get; set; } = false;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 打开失访可读
|
|
||||||
/// </summary>
|
|
||||||
public bool IsOpenLostVistRead { get; set; } = true;
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
|
public bool IsOnlyUploadFile { get; set; }
|
||||||
|
|
||||||
|
|
||||||
#region 中心调研
|
#region 中心调研
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue