gesamtsicherheiten, etc.

This commit is contained in:
2026-08-13 08:52:51 +02:00
parent 62ca069242
commit 9bc83465e7
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ Public Class cGesamtsicherheitsPositionen
Property gsp_systemuser As Object = Nothing
Property gsp_datum As Object = Nothing
Property gsp_EH_Anzahl As Object = Nothing
Property gsp_dakosystatusID As Object = Nothing
Public hasEntry = False
@@ -58,6 +59,7 @@ Public Class cGesamtsicherheitsPositionen
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_zuletztgeandert", gsp_zuletztgeandert))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_MRNNr", gsp_MRNNr))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_EH_Anzahl", gsp_EH_Anzahl))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_dakosystatusID", gsp_dakosystatusID))
Return list
End Function