修改
This commit is contained in:
@@ -453,6 +453,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public string OrderMarkName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public int? NumberOfFrames { get; set; }
|
||||
public Guid RowId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -1234,6 +1236,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
public int? NumberOfFrames { get; set; }
|
||||
|
||||
public decimal RowIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -1125,6 +1125,7 @@ namespace IRaCIS.Application.Services
|
||||
rowInfo.BlindName = inDto.BlindName;
|
||||
rowInfo.IsDicomReading = inDto.IsDicomReading;
|
||||
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
|
||||
rowInfo.NumberOfFrames = inDto.NumberOfFrames;
|
||||
rowInfo.FristAddTaskNum = inDto.FristAddTaskNum;
|
||||
rowInfo.RowIndex = inDto.RowIndex;
|
||||
rowInfo.InstanceId = inDto.InstanceId;
|
||||
|
||||
Reference in New Issue
Block a user