Projektdateien hinzufügen.
This commit is contained in:
28
UID/cClasses.vb
Normal file
28
UID/cClasses.vb
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user