Compare commits
2 Commits
a2225d7cba
...
e76a5d189e
Author | SHA1 | Date |
---|---|---|
|
e76a5d189e | |
|
6f81c39c62 |
|
@ -112,7 +112,7 @@ public class ReadingQuestionCriterionTrial : BaseAddAuditEntity
|
||||||
public bool IsReadingPeriod { get; set; } = true;
|
public bool IsReadingPeriod { get; set; } = true;
|
||||||
|
|
||||||
[Comment("是否生成全局阅片任务")]
|
[Comment("是否生成全局阅片任务")]
|
||||||
public bool IsGlobalReading { get; set; } = true;
|
public bool IsGlobalReading { get; set; } = false;
|
||||||
|
|
||||||
[Comment("是否签名")]
|
[Comment("是否签名")]
|
||||||
public bool IsSigned { get; set; } = false;
|
public bool IsSigned { get; set; } = false;
|
||||||
|
|
Loading…
Reference in New Issue