This commit is contained in:
he
2022-12-19 16:17:15 +08:00
committed by {872297557@qq.com}
parent 9666547028
commit 2af138e55c
2 changed files with 4 additions and 4 deletions
@@ -338,9 +338,9 @@ namespace IRaCIS.Core.Application.Contracts
public Guid TrialId { get; set; }
/// <summary>
/// 是否有全局阅片任务
/// 是否有阅片期
/// </summary>
public bool IsGlobalTask { get; set; } = true;
public bool IsReadingPeriod { get; set; } = true;
public bool IsSystemCriterion
{