* Introduced Marelli packing list

This commit is contained in:
2025-09-09 07:00:05 +02:00
parent 89792d3d28
commit 50a25ff996
12 changed files with 477 additions and 30 deletions

View File

@@ -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; }
}