截图给默认值
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-01 13:17:23 +08:00
parent a6b8db30c3
commit 3e5d0b650d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace IRaCIS.Core.Application.ViewModel
public List<string> ScreenshotList { get; set; }
[JsonIgnore]
public string ScreenshotListStr { get; set; }
public string ScreenshotListStr { get; set; } = string.Empty;
}