Files
DISPO/UID/cClasses.vb
2019-08-07 12:29:10 +02:00

28 lines
785 B
VB.net

Public Class cBerechtigungen
Property id As Integer
Property Bezeichnung As String = ""
End Class
Public Class cMitarb
Property mit_id As Integer
Property mit_username As String = ""
Property mit_pwd As String = ""
Property mit_vname As String = ""
Property mit_nname As String = ""
Property mit_berechtigung As Integer
Property mit_info As String = ""
Property mit_niederlassung As String = ""
End Class
Public Class cFrachtkosten
Property frtkst_id As Integer
Property frtkst_firmaId As Decimal
Property frtkst_preisM3 As Decimal
Property frtkst_preisLDM As Decimal
Property frtkst_provision As Decimal
End Class
Public Class cFrachtkostenFirmen
Property kd_id As Integer
Property kd_firma As String
End Class