From 3e5d0b650dbb2c7db0c37bcb7e42efab1c2d29ca Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 1 Aug 2024 13:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=AA=E5=9B=BE=E7=BB=99=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Management/DTO/UserFeedBackViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserFeedBackViewModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserFeedBackViewModel.cs index b3c1098b2..cb375a0db 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserFeedBackViewModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserFeedBackViewModel.cs @@ -91,7 +91,7 @@ namespace IRaCIS.Core.Application.ViewModel public List ScreenshotList { get; set; } [JsonIgnore] - public string ScreenshotListStr { get; set; } + public string ScreenshotListStr { get; set; } = string.Empty; }