45 lines
944 B
C#
45 lines
944 B
C#
namespace LaaProduction.Data.Inspection
|
|
{
|
|
public class InspectionDbContext
|
|
{
|
|
}
|
|
}
|
|
|
|
/**
|
|
* Pruefgang
|
|
* |_ PruefgangNr
|
|
* |_ PruefstationNr
|
|
* |_ Pruefstation
|
|
* |_ Nr
|
|
* |_ Typ
|
|
* |_ Gesperrt
|
|
* |_ Bemerkung
|
|
* |_ PrueferNr
|
|
* |_ Pruefer
|
|
* |_ Nr
|
|
* |_ Name
|
|
* |_ Vorname
|
|
* |_ IstPruefer
|
|
* |_ Pruefzeit
|
|
* |_ PruefgangLang
|
|
* |_ Datum
|
|
* |_ Typ
|
|
* |_ Nennweite
|
|
* |_ Nenntemperatur
|
|
* |_ Lufttemperatur
|
|
* |_ LuftDruck
|
|
* |_ RelativeFeuchte
|
|
* |_ Vorlauftemperatur
|
|
* |_ Einbaulage_alt
|
|
* |_ Anzahl
|
|
* |_ Bemerkung
|
|
* |_ DBasePruefgangNr
|
|
* |_ KalibrierID
|
|
* |_ Metrolog
|
|
* |_ FPP
|
|
* |_ Korrigiert
|
|
* |_ Typzusatz
|
|
* |_ Baulaenge
|
|
* |_ Pruefpunkte[1..10]
|
|
*/
|