Haltungslänge hinzugefügt

This commit is contained in:
Husky
2020-03-30 19:48:20 +02:00
parent 5bc8c58fa6
commit 3ba7aa3168
8 changed files with 645 additions and 5 deletions

View File

@@ -17,5 +17,6 @@ namespace KanSan.Base.Interfaces.UI
bool HaltungGespuelt { get; set; }
bool GenehmigungErforderlich { get; set; }
bool BaustellenAbsicherung { get; set; }
decimal Haltungslaenge { get; set; }
}
}