From 50b47e0752f2253b56f8de47d2a9437bbbf28ee1 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 10 Jul 2025 11:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 7 +++++++ 1 file changed, 7 insertions(+) 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