From 2a4e4e66fad3ec80e98d0a66aa71ce66f01f84f1 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 22 May 2025 15:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E8=B7=9F=E8=B8=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E8=BF=94=E5=9B=9E=E8=AF=A5=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=80=80=E5=9B=9E=E5=8E=9F=E5=9B=A0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Allocation/DTO/VisitTaskViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs index 99c96453c..b8af03a91 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs @@ -214,6 +214,8 @@ namespace IRaCIS.Core.Application.ViewModel /// public bool IsManualGeneration { get; set; } //public bool IsAfterConvertedTask { get; set; } + + public string PMBackReason { get; set; } }