修改
This commit is contained in:
@@ -17,11 +17,15 @@ namespace IRaCIS.Application.Contracts
|
||||
public string SiteCode { get; set; } = String.Empty;
|
||||
|
||||
public string Address { get; set; } = String.Empty;
|
||||
|
||||
public string Province { get; set; } = string.Empty;
|
||||
public string UniqueCode { get; set; } = string.Empty;
|
||||
|
||||
public string AliasName { get; set; } = string.Empty;
|
||||
public string City { get; set; } = string.Empty;
|
||||
public string Country { get; set; } = string.Empty;
|
||||
|
||||
public string Province { get; set; } = string.Empty;
|
||||
public Guid? HospitalId { get; set; }
|
||||
public string DirectorName { get; set; } = string.Empty;
|
||||
public string DirectorPhone { get; set; } = string.Empty;
|
||||
@@ -34,6 +38,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public Guid Id { get; set; }
|
||||
public string SiteName { get; set; } = String.Empty;
|
||||
public string City { get; set; } = String.Empty;
|
||||
|
||||
public string Province { get; set; } = string.Empty;
|
||||
public string Country { get; set; } = String.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user