Compare commits

..

No commits in common. "e76a5d189eb548fad53c486568fdebe4f9a30fcb" and "a2225d7cba386525da88127e83505c3bd7898a97" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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;