Fix Member: Add ? to RdNr
This commit is contained in:
@ -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; }
|
||||||
|
Reference in New Issue
Block a user