* Changed Dto

This commit is contained in:
2025-08-25 20:56:15 +02:00
parent 8b67aa3851
commit f6deaa3da0
2 changed files with 5 additions and 2 deletions

View File

@@ -102,8 +102,8 @@ namespace SytelineSaAppEfDataModel.Dtos
public string UfFkrEdiPlaceOrPortDischarge { get; set; }
public string? RoutingCode { get; set; }
public string? DeliveryCallNumber { get; set; }
public string UnloadingPoint { get; set; }
public string DestinationPoint { get; set; }
public string? UnloadingPoint { get; set; }
public string? DestinationPoint { get; set; }
public string NewStatus { get; set; }
public string PalletCode { get; set; }
public string PalletNumber { get; set; }