From 25425eab9369977a728b40599ef206c5b60c5168 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 26 Aug 2025 10:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=BB=99=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index 4a969d416..2b3116654 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -248,7 +248,7 @@ namespace IRaCIS.Application.Contracts public List UserRoleList { get; set; } - public List HospitalGroupIdList { get; set; } + public List HospitalGroupIdList { get; set; } = new List(); public string BaseUrl { get; set; } = string.Empty; public string RouteUrl { get; set; } = string.Empty;