From 9995a1b51920552ee7856159f2a01946d29ff916 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 25 Aug 2025 15:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E6=A8=A1=E5=9E=8B=E7=BB=99?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs index 6de924f22..1b87c8d1c 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs @@ -64,7 +64,7 @@ namespace IRaCIS.Application.Contracts public Guid? SCPStudyId { get; set; } - public List HospitalGroupList { get; set; } + public List HospitalGroupList { get; set; } = new List(); public List CurrentUserHospitalGroupList { get; set; } = new List();