Sanierungsmaßnahmen können hinzugefügt werden

This commit is contained in:
Husky
2020-04-05 16:05:24 +02:00
parent 0dda1a4644
commit a48d28ba22
16 changed files with 1008 additions and 4 deletions

View File

@@ -15,5 +15,6 @@ namespace KanSan.Base.Models
public LeitungsverzeichnisPosition LeitungsverzeichnisPosition { get; set; }
public decimal Anzahl { get; set; }
public GueteschutzProtokoll GueteschutzProtokol { get; set; }
public string Bemerkung { get; set; }
}
}