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

66 lines
2.0 KiB
VB.net

Public Class cCMRLadeliste
Property ZeNr As String
Property AnzPack As String
Property Art As String
Property Bez As String
Property Stat As String
Property BruttoKg As String
Property Umfang As String
End Class
Public Class cCMRParams
Property param1 As String
Property param2 As String
Property param3_1 As String
Property param3_2 As String
Property param4_1 As String
Property param4_2 As String
Property param4_3 As String
Property param5 As String
Property param6 As String
Property param7 As String
Property param8 As String
Property param9 As String
Property param10 As String
Property param11 As String
Property param12 As String
Property param13 As String
Property param14 As String
Property param15 As String
Property param16 As String
Property param17 As String
Property param18 As String
Property param19 As String
Property param20 As String
Property param21 As String
Property param22 As String
Property param23 As String
Property param27_1 As String
Property param27_2 As String
Property cCMRLadeliste As List(Of cCMRLadeliste)
End Class
Public Class cTransParams
Property frachtpos As String
Property an_firma As String
Property an_anspr As String
Property lkw_kennz As String
Property lkw_art As String
Property datum As String
Property sachbearbeiter As String
Property ladestelle As String
Property ladest_termin As String
Property ladest_oeffnungszeiten As String
Property entladestelle As String
Property entladest_termin As String
Property entladest_oeffnungszeiten As String
Property bemerkung As String
Property gefahrengut As String
Property frachtkosten As String
Property verzollungsadresse As String
Property aviso As String
Property ladest_kontakt As String
Property referenz As String
Property cCMRLadeliste As List(Of cCMRLadeliste)
End Class