Updated scanner/upsert logic.

This commit is contained in:
2025-09-17 09:40:24 -04:00
parent 3b2a0e3491
commit db0c3349a2
14 changed files with 434 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ public class VoiceWork
public int VoiceWorkId { get; set; }
public required string ProductId { get; set; }
public string? OriginalProductId { get; set; }
public required string ProductName { get; set; }
public string ProductName { get; set; } = string.Empty;
public string? Description { get; set; }
public int Rating { get; set; }
public bool HasImage { get; set; }