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

This commit is contained in:
2024-08-01 13:17:23 +08:00
parent a6b8db30c3
commit 3e5d0b650d
@@ -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;
}