修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user