Files
ADMIN/UID/cAutraege.vb
2019-08-08 12:44:50 +02:00

83 lines
2.4 KiB
VB.net

Public Class cAuftraege
Property atr_id As Integer
Property atr_frachtpos As Integer
Property atr_datum As Date
Property atr_speditionsbuchNr As Integer
Property atr_frachtf_id As Integer
Property atr_ladest_id As Integer
Property atr_entladest_id As Integer
Property atr_auftr_id As Integer
Property atr_trans_id As Integer
Property atr_frachtf_firma As String
Property atr_frachtf_str As String
Property atr_frachtf_strnr As String
Property atr_frachtf_land As String
Property atr_frachtf_plz As String
Property atr_frachtf_ort As String
Property atr_frachtf_anspr As String
Property atr_ladest_firma As String
Property atr_ladest_str As String
Property atr_ladest_strnr As String
Property atr_ladest_land As String
Property atr_ladest_plz As String
Property atr_ladest_ort As String
Property atr_ladest_anspr As String
Property atr_entladest_firma As String
Property atr_entladest_str As String
Property atr_entladest_strnr As String
Property atr_entladest_land As String
Property atr_entladest_plz As String
Property atr_entladest_ort As String
Property atr_entladest_anspr As String
Property atr_trans_firma As String
Property atr_trans_str As String
Property atr_trans_strnr As String
Property atr_trans_land As String
Property atr_trans_plz As String
Property atr_trans_ort As String
Property atr_trans_anspr As String
Property atr_lkwKz As String
Property atr_lkwArt As String
Property atr_lkwNutzlast As String
Property atr_anhKz As String
Property atr_anhNutzlast As String
Property atr_auftr_firma As String
Property atr_auftr_str As String
Property atr_auftr_strnr As String
Property atr_auftr_land As String
Property atr_auftr_plz As String
Property atr_auftr_ort As String
Property atr_auftr_anspr As String
Property atr_bemerkung As String
Property atr_frachtkosten As String
Property atr_gefahrengut As String
Property atr_frachtIsTrans As Boolean
Property atr_abliefernachweis As Boolean
Property atr_ladungen As List(Of cLadungen)
End Class
Public Class cLadungen
Property lad_id As Integer
Property lad_ZeNr As String
Property lad_Anzahl As String
Property lad_Art As String
Property lad_Bezeichnung As String
Property lad_StatNr As String
Property lad_BruttoKg As String
Property lad_Umfang As String
End Class