Schädenlist angefangen
This commit is contained in:
@@ -9,12 +9,13 @@ namespace KanSan.Base.Models
|
||||
public int ID { get; set; }
|
||||
public Guid GuidNr { get; set; }
|
||||
public Sewer Sewer { get; set; }
|
||||
public decimal Entfernung { get; set; }
|
||||
public ESanierung SanierungsTyp { get; set; }
|
||||
public Sanierungskonzept Sanierungskonzept { get; set; }
|
||||
public bool RissBruchScherbe { get; set; }
|
||||
public bool WurzelInkrustationAblagerungen { get; set; }
|
||||
public bool StutzenEinragend { get; set; }
|
||||
public bool Infiltation { get; set; }
|
||||
public bool Infiltration { get; set; }
|
||||
public bool VorbehandeltHD { get; set; }
|
||||
public bool VorbehandeltMech { get; set; }
|
||||
public bool VorbehandeltFraeser { get; set; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user