From f96025ae389d05528d4ff58e55542572cf5c4462 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 15 Sep 2023 15:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 09137bf13..5a5d4dd47 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -942,6 +942,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public string MeasureData { get; set; } + + public string? OtherMeasureData { get; set; } public int ShowOrder { get; set; }