WIP
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
Imports System.IO
|
||||
Imports ImporterShared.Schemas
|
||||
|
||||
Namespace Documents
|
||||
Public Class Document
|
||||
Public File As FileInfo
|
||||
Public Mandator As String
|
||||
Public Type As DocumentType
|
||||
Public Schema As Schema
|
||||
Public Mandator As String
|
||||
Public Selected As Boolean = False
|
||||
|
||||
''' <summary>
|
||||
@@ -12,7 +14,6 @@ Namespace Documents
|
||||
''' </summary>
|
||||
Public CreatedAt As Date
|
||||
|
||||
|
||||
Public TemplateName As String
|
||||
Public TemplateType As Integer
|
||||
Public [Option] As Integer
|
||||
|
||||
Reference in New Issue
Block a user