Bewertungssystem angefangen
This commit is contained in:
@@ -11,14 +11,8 @@ namespace dcnsanplanung.shared.Model
|
||||
public Guid Ref_Projekt_Guid;
|
||||
public string Objektbezeichnung { get; set; } = "";
|
||||
public uint Bewertungklasse { get; set; }
|
||||
public uint DN { get; set; }
|
||||
public string Material { get; set; } = "";
|
||||
public List<Schaden> Kodierungen = new List<Schaden>();
|
||||
}
|
||||
|
||||
public class Schaden : DBObjekt
|
||||
{
|
||||
public Guid Ref_Haltung_Guid;
|
||||
public decimal Entfernung;
|
||||
public string Kodierung = "";
|
||||
public uint Schadensklasse;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user