Compare commits
No commits in common. "e76a5d189eb548fad53c486568fdebe4f9a30fcb" and "a2225d7cba386525da88127e83505c3bd7898a97" have entirely different histories.
e76a5d189e
...
a2225d7cba
|
@ -112,7 +112,7 @@ public class ReadingQuestionCriterionTrial : BaseAddAuditEntity
|
|||
public bool IsReadingPeriod { get; set; } = true;
|
||||
|
||||
[Comment("是否生成全局阅片任务")]
|
||||
public bool IsGlobalReading { get; set; } = false;
|
||||
public bool IsGlobalReading { get; set; } = true;
|
||||
|
||||
[Comment("是否签名")]
|
||||
public bool IsSigned { get; set; } = false;
|
||||
|
|
Loading…
Reference in New Issue