* Added detail translator

This commit is contained in:
2025-08-24 11:13:51 +02:00
parent f0b94bea74
commit cd3d939efe

View File

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