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

This commit is contained in:
he
2026-06-30 14:04:12 +08:00
@@ -245,18 +245,10 @@ namespace IRaCIS.Application.Contracts
}
public class TrialExtraConfig
{
#region QC --
//QC质控下载
public bool IsSupportQCDownloadImage { get; set; } = false;
/// <summary>
/// 打开失访可读
/// </summary>
public bool IsOpenLostVistRead { get; set; } = true;
#endregion
public bool IsSupportUploadFile { get; set; }
public bool IsOnlyUploadFile { get; set; }
#region