Compare commits

...

2 Commits

Author SHA1 Message Date
he e76a5d189e Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-01-20 11:17:26 +08:00
he 6f81c39c62 全局阅片 默认值改为false 2025-01-20 11:17:24 +08:00
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; 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;