diff --git a/BO4E/BO/Auftrag.cs b/BO4E/BO/Auftrag.cs index 786815e7..7d2f6736 100644 --- a/BO4E/BO/Auftrag.cs +++ b/BO4E/BO/Auftrag.cs @@ -1,3 +1,4 @@ +#nullable enable using System; using System.Collections.Generic; using System.Text.Json.Serialization; @@ -87,7 +88,7 @@ protected DateTime _Fertigstellungsdatum [JsonPropertyName("marktlokationsId")] [JsonPropertyOrder(5)] [ProtoMember(7)] - public string MarktlokationsId { get; set; } + public string? MarktlokationsId { get; set; } /// /// Ein zusätzlicher Freitext