Im Tätigkeiten können nun die LV Positionen

ausgewählt werden
This commit is contained in:
Husky
2020-04-14 19:18:49 +02:00
parent b24e724cd3
commit b8cfbe11ce
9 changed files with 760 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ namespace KanSan.Base.Models
public string Mitarbeiter { get; set; }
public DateTime ZeitStempel { get; set; }
//public decimal Position { get; set; }
public LeistungsverzeichnisPosition LeitungsverzeichnisPosition { get; set; }
public LeistungsverzeichnisPosition LeistungsverzeichnisPosition { get; set; }
public decimal Anzahl { get; set; }
public GueteschutzProtokoll GueteschutzProtokol { get; set; }
public string Bemerkung { get; set; }