[chore:] pplz is int

This commit is contained in:
2025-09-01 12:26:21 +02:00
parent a264635abf
commit ab0a3c3001

View File

@@ -30,7 +30,7 @@ public class KasPerson
plz = 0; plz = 0;
ort = ""; ort = "";
land = ""; land = "";
pplz = ""; pplz = 0;
postfach = ""; postfach = "";
name1 = ""; name1 = "";
name2 = ""; name2 = "";
@@ -56,7 +56,7 @@ public class KasPerson
int plz, int plz,
string ort, string ort,
string land, string land,
string pplz, int pplz,
string postfach, string postfach,
string name1, string name1,
string name2, string name2,
@@ -107,7 +107,7 @@ public class KasPerson
public int plz { get; set; } public int plz { get; set; }
public string ort { get; set; } public string ort { get; set; }
public string land { get; set; } public string land { get; set; }
public string pplz { get; set; } public int pplz { get; set; }
public string postfach { get; set; } public string postfach { get; set; }
public string name1 { get; set; } public string name1 { get; set; }
public string name2 { get; set; } public string name2 { get; set; }