site Staff 禁用时间修改

Uat_Study
hang 2022-04-01 10:22:57 +08:00
parent 9b90454221
commit 8d3677544a
1 changed files with 1 additions and 3 deletions

View File

@ -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; }