修改反馈bug
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-10 17:54:20 +08:00
parent 6b7542b11f
commit 60330fbd93
2 changed files with 3 additions and 2 deletions
@@ -33,7 +33,7 @@ namespace IRaCIS.Core.Domain.Models
public VisitTask VisitTask { get; set; }
[NotMapped]
public List<string> ScreenshotList => JsonConvert.DeserializeObject<List<string>>(ScreenshotListStr);
public List<string> FeedBackScreenshotList => JsonConvert.DeserializeObject<List<string>>(ScreenshotListStr);
#endregion