Projektdateien hinzufügen.

This commit is contained in:
ms
2019-08-07 12:29:10 +02:00
parent 4008832285
commit 1e9039b6ea
251 changed files with 90001 additions and 0 deletions

28
UID/cClasses.vb Normal file
View 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