gesamtsicherheiten

This commit is contained in:
2022-12-06 08:46:22 +01:00
parent d95e8c4bd5
commit f985548787

View File

@@ -17,6 +17,8 @@ Public Class cGesamtsicherheitsPositionen
Property gsp_ATCNr As String
Property gsp_erstellungsdatum As DateTime
Property gsp_datum As Object = Nothing
Public hasEntry = False
Dim SQL As New SQL
@@ -46,6 +48,7 @@ Public Class cGesamtsicherheitsPositionen
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_abfertigungsNr", gsp_abfertigungsNr))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_ATCNr", gsp_ATCNr))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_erstellungsdatum", gsp_erstellungsdatum))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_datum", gsp_datum))
Return list