测试模型默认值
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>
|
||||
public bool? IsImageQualityControl { get; set; }
|
||||
public bool? IsImageQualityControl { get; set; } = true;
|
||||
|
||||
public TrialDataStore TrialDataStoreType { get; set; }
|
||||
|
||||
|
|
@ -327,7 +327,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
|||
/// <summary>
|
||||
/// QC质控下载
|
||||
/// </summary>
|
||||
public bool IsSupportQCDownloadImage { get; set; }
|
||||
public bool IsSupportQCDownloadImage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 打开失访可读
|
||||
|
|
|
|||
Loading…
Reference in New Issue