site Staff 禁用时间修改
parent
9b90454221
commit
8d3677544a
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue