From a8a31040195a99833a20991091208c691db1f4ab Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 7 Jul 2026 09:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1Id=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 0fd9ed8b9..9dfacdcfe 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -600,7 +600,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public bool IsHighlight { get; set; } = false; - public Guid VisitTaskId { get; set; } + public Guid? VisitTaskId { get; set; } } public class ChartItem