diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 0af8e743f..1f034e705 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -579,6 +579,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public Guid CreateUserId { get; set; } public int? NumberOfFrames { get; set; } + + public string MarkTool { get; set; } = string.Empty; + + public string PicturePath { get; set; } = string.Empty; + + public string OrderMarkName { get; set; } = string.Empty; + } public class GetManualListInDto