@@ -234,6 +234,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public int? UserCount { get; set; }
|
||||
|
||||
public string TrialSiteCode { get; set; } = String.Empty;
|
||||
|
||||
public string TrialSiteName { get; set; } = String.Empty;
|
||||
public string TrialSiteAliasName { get; set; } = String.Empty;
|
||||
|
||||
public bool IsDeleted { get; set; }
|
||||
@@ -246,21 +248,16 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
|
||||
public string Site { get; set; } = String.Empty;
|
||||
|
||||
public string SiteCode { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string Hospital { get; set; } = String.Empty;
|
||||
public string City { get; set; } = String.Empty;
|
||||
public string Country { get; set; } = String.Empty;
|
||||
|
||||
public string DirectorName { get; set; } = String.Empty;
|
||||
public string DirectorPhone { get; set; } = String.Empty;
|
||||
public string ContactName { get; set; } = String.Empty;
|
||||
public string ContactPhone { get; set; } = String.Empty;
|
||||
|
||||
public string Address { get; set; } = String.Empty;
|
||||
//public string Site { get; set; } = String.Empty;
|
||||
//public string SiteCode { get; set; } = String.Empty;
|
||||
//public string Hospital { get; set; } = String.Empty;
|
||||
//public string City { get; set; } = String.Empty;
|
||||
//public string Country { get; set; } = String.Empty;
|
||||
//public string DirectorName { get; set; } = String.Empty;
|
||||
//public string DirectorPhone { get; set; } = String.Empty;
|
||||
//public string ContactName { get; set; } = String.Empty;
|
||||
//public string ContactPhone { get; set; } = String.Empty;
|
||||
//public string Address { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public List<string> UserNameList { get; set; } = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user