From e502721d130fdf80a38bfea9beb2918c9c8407ef Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 13 Jul 2023 16:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=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 | 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 405e061b7..c17a79cca 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs @@ -158,6 +158,8 @@ namespace IRaCIS.Core.Application.ViewModel public string UserName { get; set; } public string FullName { get; set; } + public UserTypeEnum UserTypeEnum { get; set; } + //public string UserTypeShortName { get; set; } }