全局阅片 默认值改为false

Uat_IRC_Net8
he 2025-01-20 11:17:24 +08:00
parent 77798e929e
commit 6f81c39c62
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; } = true;
public bool IsGlobalReading { get; set; } = false;
[Comment("是否签名")]
public bool IsSigned { get; set; } = false;