From c45020f24f6fc2c6a495c679829704f6f8245f6e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 28 Oct 2025 15:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E7=BB=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TrialSiteUser/DTO/UserTrialViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs index de2e5be1c..bf1ccade5 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs @@ -498,7 +498,7 @@ namespace IRaCIS.Application.Contracts public Guid? UserTypeId { get; set; } - public List UserTypeList { get; set; } + public List UserTypeList { get; set; } = new List(); public string UserName { get; set; } = string.Empty;