Files
MultiTool/MultiTool.Shared/Schemas/BaseSchema.vb
2021-10-29 10:37:04 +02:00

9 lines
260 B
VB.net

Namespace Schemas
Public Class BaseSchema
Public Property Template As String
Public Property TemplateType As Integer
Public Property [Option] As Integer
Public Property PrintVoucher As Integer
End Class
End Namespace