修改
This commit is contained in:
@@ -67,6 +67,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public bool IsCanEditPosition { get; set; } = false;
|
||||
|
||||
public string BlindName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
public string SplitOrMergeLesionName { get; set; }
|
||||
|
||||
|
||||
@@ -458,6 +458,7 @@ namespace IRaCIS.Application.Services
|
||||
LesionType = question.LesionType,
|
||||
IsCanEditPosition =x.IsCanEditPosition,
|
||||
RowIndex =x.RowIndex,
|
||||
BlindName=x.BlindName,
|
||||
}).ToList();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user