From e70219635e92beb7c34cfc5a542246266f2c8870 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 6 Jul 2022 14:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Allocation/VisitTask.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IRaCIS.Core.Domain/Allocation/VisitTask.cs b/IRaCIS.Core.Domain/Allocation/VisitTask.cs index 2447b8a48..7cec11e20 100644 --- a/IRaCIS.Core.Domain/Allocation/VisitTask.cs +++ b/IRaCIS.Core.Domain/Allocation/VisitTask.cs @@ -152,6 +152,11 @@ namespace IRaCIS.Core.Domain.Models //随访任务号 取访视的号 计划外是 访视+0.1 裁判任务在访视任务上+0.002 全局任务在截止访视号上+0.03 肿瘤待定 public decimal VisitTaskNum { get; set; } + + /// + /// 是否和原数据有差异 + /// + public bool? IsDifferenceToOriginalData { get; set; } } }