From 10338e31a8a1117b60308bb17a5d0b4453fc2a98 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 26 Aug 2022 13:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; }