全局阅片 默认值改为false
parent
77798e929e
commit
6f81c39c62
|
@ -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