修改默认值
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e76a5d189e
commit
146b0635c8
|
@ -976,7 +976,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
/// <summary>
|
||||
/// 全局阅片
|
||||
/// </summary>
|
||||
public bool IsGlobalReading { get; set; } = true;
|
||||
public bool IsGlobalReading { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 仲裁阅片
|
||||
|
|
|
@ -360,7 +360,7 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public DateTime? ReadingInfoSignTime { get; set; }
|
||||
|
||||
public bool IsGlobalReading { get; set; } = true;
|
||||
public bool IsGlobalReading { get; set; } = false;
|
||||
|
||||
//是否附加评估
|
||||
public bool IsAdditionalAssessment { get; set; }
|
||||
|
|
Loading…
Reference in New Issue