From 38a6cbf1b924e88d617732c1ff27d5ac3a309dcb Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 1 Feb 2023 10:24:55 +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/Allocation/DTO/TaskMedicalReviewViewModel.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs index 0c0d9ab92..4386a6a55 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs @@ -59,6 +59,11 @@ namespace IRaCIS.Core.Application.ViewModel //读片时间差 public TimeSpan? ReadingDurationTimeSpan { get; set; } + /// + /// 全局是否有更新 + /// + public bool? IsGlobalHaveUpdate { get; set; } = false; + //时间差 换成字符串 public string ReadingDuration {