* Type fixes

This commit is contained in:
2025-08-26 14:22:36 +02:00
parent f6deaa3da0
commit 23c26b4c65
4 changed files with 50 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ namespace SytelineSaAppEfDataModel.Dtos
public string UpdatedBy { get; set; }
public DateTime CreateDate { get; set; }
public byte InWorkflow { get; set; }
public string BoxType { get; set; }
public string? BoxType { get; set; }
public string? Address { get; set; }
public string? FinalDestination { get; set; }
public int? QtyPerBox { get; set; }