site Staff 禁用时间修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user