* 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,4 +10,5 @@ public class WzRowMeyleDto
public int? PalletNumber { get; set; }
public string WzNumber { get; set; }
public string? PartNumber { get; set; }
public int? TransactionNumber { get; set; }
}