Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit cd3d939efe - Show all commits

View File

@@ -35,8 +35,8 @@ namespace SytelineSaAppEfDataModel.Dtos
public DateTime CreateDate { get; set; } public DateTime CreateDate { get; set; }
public byte InWorkflow { get; set; } public byte InWorkflow { get; set; }
public string BoxType { get; set; } public string BoxType { get; set; }
public string Address { get; set; } public string? Address { get; set; }
public string FinalDestination { get; set; } public string? FinalDestination { get; set; }
public int? QtyPerBox { get; set; } public int? QtyPerBox { get; set; }
public string TranslatedStatus => TranslateStatus(Status); public string TranslatedStatus => TranslateStatus(Status);