This commit is contained in:
he
2022-12-21 13:57:54 +08:00
committed by {872297557@qq.com}
parent 9a1ac447f8
commit 4cfd5250dc
4 changed files with 31 additions and 11 deletions
@@ -373,6 +373,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TaskBlindName { get; set; }
public string ReadingUser { get; set; }
public bool IsReadingTaskViewInOrder { get; set; }
public Guid VisitTaskId { get; set; }
@@ -571,7 +574,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 是否有全局更新
/// </summary>
public bool IsGlobalChange { get; set; }
public bool IsGlobalChange { get; set; } = false;
/// <summary>
/// 盲态名称
@@ -580,6 +583,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Arm ArmEnum { get; set; }
/// <summary>
/// 评估结果
/// </summary>