Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
f924b4985a
|
@ -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; }
|
||||
|
|
|
@ -112,7 +112,7 @@ public class ReadingQuestionCriterionTrial : BaseAddAuditEntity
|
|||
public bool IsReadingPeriod { get; set; } = true;
|
||||
|
||||
[Comment("是否生成全局阅片任务")]
|
||||
public bool IsGlobalReading { get; set; } = true;
|
||||
public bool IsGlobalReading { get; set; } = false;
|
||||
|
||||
[Comment("是否签名")]
|
||||
public bool IsSigned { get; set; } = false;
|
||||
|
|
Loading…
Reference in New Issue