* Introduced Marelli packing list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
public class WzRowMareliDto
|
||||
public class WzRowMarelliDto
|
||||
{
|
||||
public Guid ID { get; set; }
|
||||
public Guid? FKHeader { get; set; }
|
||||
@@ -11,4 +11,6 @@ public class WzRowMareliDto
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user