From 44ca1ebc9aa52803372c20b08bce782fd1454362 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 1 Sep 2023 15:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs b/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs index 0675dad98..6e1bd9bf1 100644 --- a/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs +++ b/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs @@ -54,7 +54,7 @@ namespace IRaCIS.Application.Contracts public string City { get; set; } = string.Empty; - + public string Province { get; set; } = string.Empty; public string Country { get; set; } = string.Empty; } } \ No newline at end of file