9 lines
260 B
VB.net
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
|