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

11 lines
280 B
VB.net

Public Class cDienstplanSchichtZeiten
Property dsz_id As Integer = 0
Property dsz_dedetId As Integer = 0
Property dsz_von As String = ""
Property dsz_bis As String = ""
Property dsz_pause As String = ""
Property dsz_woTag As String = ""
End Class