From 8d3677544a38bd38472d670983f281e539707fc6 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 1 Apr 2022 10:22:57 +0800 Subject: [PATCH] =?UTF-8?q?site=20Staff=20=E7=A6=81=E7=94=A8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TrialSiteUser/DTO/UserTrialViewModel.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs index 098533f4a..c4c4dfa6f 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs @@ -12,6 +12,7 @@ namespace IRaCIS.Application.Contracts { public bool IsDeleted { get; set; } + public DateTime? DeletedTime { get; set; } public Guid? SiteId { get; set; } public string Phone { get; set; } = String.Empty; @@ -97,10 +98,7 @@ namespace IRaCIS.Application.Contracts public class SiteStatDTO : SiteStatSimpleDTO { - - //public int PlanVisitCount { get; set; } - //public int? StudyCount { get; set; } public int? VisitCount { get; set; } public int? SubjectCount { get; set; }