From cda209d3d32f70a1b4690433dd799a4884c1fbab Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 23 Feb 2023 14:53:05 +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/VisitTaskViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs index 7c2c16e80..bc957e8f7 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs @@ -44,7 +44,6 @@ namespace IRaCIS.Core.Application.ViewModel public DateTime? AllocateTime { get; set; } public Guid SubjectId { get; set; } - public bool IsUrgent { get; set; } public Arm ArmEnum { get; set; } public Guid? DoctorUserId { get; set; }