namespace SytelineSaAppEfDataModel.Dtos; public class WzRowMarelliDto { public Guid ID { get; set; } public Guid? FKHeader { get; set; } public string Type { get; set; } public int? PalletNumber { get; set; } public string ItemNumber { get; set; } public string EngineerNumber { get; set; } 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; } }