This commit is contained in:
he
2022-10-27 11:06:36 +08:00
parent d0148a27cc
commit 8d1762997c
5 changed files with 36 additions and 9 deletions
@@ -49,6 +49,12 @@ namespace IRaCIS.Core.Domain.Models
public bool IsCanEditPosition { get; set; } = false;
/// <summary>
/// 是Dicom阅片
/// </summary>
public bool IsDicomReading { get; set; } = true;
/// <summary>
/// RowIndex
/// </summary>
@@ -80,7 +86,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? MergeRowId { get; set; }
public string BlindName { get; set; } = string.Empty;
/// <summary>
/// 第一次添加的任务ID