* Added Lot table and service
* Changed behaviour of scanning to scan first PartNumber, select specific record and then scan MeylePartNumber
This commit is contained in:
@@ -11,6 +11,8 @@ public class WzRowMeyle
|
||||
public string WzNumber { get; set; }
|
||||
public string? PartNumber { get; set; }
|
||||
public int? TransactionNumber { get; set; }
|
||||
public string? FaIndex { get; set; }
|
||||
public string? PartNumberSl { get; set; }
|
||||
|
||||
// Navigation property
|
||||
public WzHeader Header { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user