Klassifizierungssystem hinzugefügt
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
public string CH2 { get; set; } = string.Empty;
|
||||
public string Q1 { get; set; } = string.Empty;
|
||||
public string Q2 { get; set; } = string.Empty;
|
||||
public uint Schadensklasse { get; set; }
|
||||
public uint KD { get; set; }
|
||||
public uint KS { get; set; }
|
||||
public uint KB { get; set; }
|
||||
public int Schadensklasse { get; set; }
|
||||
public int KD { get; set; }
|
||||
public int KS { get; set; }
|
||||
public int KB { get; set; }
|
||||
public string StreckenschadenCode { get; set; } = string.Empty;
|
||||
public List<Sanierungsvorgabe> Sanierungsvorgaben { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user