* Added TransactionNumber to have unique values in Dictionary

* Added Saving scanned values
This commit is contained in:
2025-06-12 21:18:37 +02:00
parent 269d9c87a4
commit 9cb7210aa5
6 changed files with 101 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ public class WzRowMeyle
public int? PalletNumber { get; set; }
public string WzNumber { get; set; }
public string? PartNumber { get; set; }
public int? TransactionNumber { get; set; }
// Navigation property
public WzHeader Header { get; set; }