测试模型默认值
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
1141cc20e9
commit
5ba831c044
|
|
@ -314,7 +314,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 影像质控风险控制
|
/// 影像质控风险控制
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool? IsImageQualityControl { get; set; }
|
public bool? IsImageQualityControl { get; set; } = true;
|
||||||
|
|
||||||
public TrialDataStore TrialDataStoreType { get; set; }
|
public TrialDataStore TrialDataStoreType { get; set; }
|
||||||
|
|
||||||
|
|
@ -327,7 +327,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// QC质控下载
|
/// QC质控下载
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsSupportQCDownloadImage { get; set; }
|
public bool IsSupportQCDownloadImage { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 打开失访可读
|
/// 打开失访可读
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue