From 9ba35d6d4b512e67eeb109a695f89cffe5f75ade Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 30 Jun 2022 16:27:49 +0800 Subject: [PATCH] xx --- 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 f445a0f30..550ab398e 100644 --- a/IRaCIS.Core.Domain/Allocation/VisitTask.cs +++ b/IRaCIS.Core.Domain/Allocation/VisitTask.cs @@ -192,6 +192,9 @@ namespace IRaCIS.Core.Domain.Models /// public string JudgeResultRemark { get; set; } = string.Empty; + //随访任务号 取访视的号 计划外是 访视+0.1 裁判任务在访视任务上+0.02 全局任务在截止访视号上+0.03 肿瘤待定 + public decimal VisitTaskNum { get; set; } + }