diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj b/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj index 3902b3cbb..836b0c049 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.csproj @@ -76,7 +76,7 @@ - + true diff --git a/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs b/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs index 6e1bd9bf1..794f4efa5 100644 --- a/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs +++ b/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs @@ -35,6 +35,9 @@ namespace IRaCIS.Application.Contracts { public Guid Id { get; set; } public string SiteName { get; set; } = String.Empty; + + public string SiteNameCN { get; set; } = String.Empty; + public string City { get; set; } = String.Empty; public string Province { get; set; } = string.Empty;