* Type fixes
This commit is contained in:
@@ -106,7 +106,7 @@ namespace SytelineSaAppEfDataModel.Dtos
|
||||
public string? DestinationPoint { get; set; }
|
||||
public string NewStatus { get; set; }
|
||||
public string PalletCode { get; set; }
|
||||
public string PalletNumber { get; set; }
|
||||
public string? PalletNumber { get; set; }
|
||||
|
||||
public string DocumentType { get; set; }
|
||||
public string TranslatedStatus => TranslateStatus(Status);
|
||||
|
||||
Reference in New Issue
Block a user