diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index bca5a42a2..f6c475e1c 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -866,6 +866,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public class GetSystemReadingQuestionOutDto { + + public Guid Id { get; set; } /// @@ -974,6 +976,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public bool IsShowInDicom { get; set; } + + + /// + /// 序号标记 + /// + public string OrderMark { get; set; } = string.Empty; + + //public List TableQuestions { get; set; }