From 9ac4b262f3b0c2c6c00b136d15370443ef0b69b6 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 21 Mar 2025 14:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Institution/DTO/HIRHospitalViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Institution/DTO/HIRHospitalViewModel.cs b/IRaCIS.Core.Application/Service/Institution/DTO/HIRHospitalViewModel.cs index c71805db5..12c40782a 100644 --- a/IRaCIS.Core.Application/Service/Institution/DTO/HIRHospitalViewModel.cs +++ b/IRaCIS.Core.Application/Service/Institution/DTO/HIRHospitalViewModel.cs @@ -19,6 +19,8 @@ public class HIRHospitalView : HIRHospitalAddOrEdit public class HIRHospitalAddOrEdit { + public Guid? Id { get; set; } + public string HospitalName { get; set; } public string HospitalAliasName { get; set; } public string Country { get; set; }