Klassifizierungssystem hinzugefügt

This commit is contained in:
2023-09-13 12:56:39 +02:00
parent 49ab3598d7
commit bfa77de720
42 changed files with 886 additions and 112 deletions

View File

@@ -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; }
}