Fix Member: Add ? to RdNr

This commit is contained in:
2023-05-08 16:47:24 +02:00
parent b70608966d
commit f49f7534e9

View File

@ -28,7 +28,7 @@ namespace Elwig.Models {
public string GstNr { get; set; } public string GstNr { get; set; }
[Column("rdnr")] [Column("rdnr")]
public int RdNr { get; set; } public int? RdNr { get; set; }
[Column("year_from")] [Column("year_from")]
public int YearFrom { get; set; } public int YearFrom { get; set; }