* 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

@@ -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);