From 4227002816cd2fd4dbff5989db0a5f496e48009a Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 23 Mar 2023 15:45:21 +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 --- IRaCIS.Core.Domain/Allocation/VisitTask.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IRaCIS.Core.Domain/Allocation/VisitTask.cs b/IRaCIS.Core.Domain/Allocation/VisitTask.cs index f90bc0e71..fb0fc11e9 100644 --- a/IRaCIS.Core.Domain/Allocation/VisitTask.cs +++ b/IRaCIS.Core.Domain/Allocation/VisitTask.cs @@ -294,6 +294,9 @@ namespace IRaCIS.Core.Domain.Models /// public bool IsConvertedTask { get; set; } = false; + /// + /// 转换之前的任务Id + /// public Guid? BeforeConvertedTaskId { get; set; } [NotMapped]