Schädenlist angefangen

This commit is contained in:
Husky
2020-03-28 14:51:28 +01:00
parent 38a22e3803
commit 58764bc307
13 changed files with 827 additions and 6 deletions

View File

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