* Introduced Marelli packing list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace SytelineSaAppEfDataModel.Entities;
|
||||
|
||||
public class WzRowMareli
|
||||
public class WzRowMarelli
|
||||
{
|
||||
public Guid ID { get; set; }
|
||||
public Guid? FKHeader { get; set; }
|
||||
@@ -11,6 +11,8 @@ public class WzRowMareli
|
||||
public int? Quantity { get; set; }
|
||||
public string OrderNumber { get; set; }
|
||||
public string WzNumber { get; set; }
|
||||
public string FaIndex { get; set; }
|
||||
public int? TransactionNumber { get; set; }
|
||||
|
||||
// Navigation property
|
||||
public WzHeader Header { get; set; }
|
||||
Reference in New Issue
Block a user