* Added detail translator
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user