' Options: 'Date: 2026-04-18 00:17:01 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://qlcn-api.vsmlab.vn ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: UpdateWorkflowRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports ServiceStack.Web Imports System.IO Imports tvpl.api.ServiceModel Imports tvpl.data.Models Namespace Global Namespace tvpl.api.ServiceModel Public Partial Class UpdateWorkflowRequest Implements IReturn(Of Workflow) Public Overridable Property Id As Integer Public Overridable Property Title As String Public Overridable Property Description As String Public Overridable Property DocumentCode As String Public Overridable Property DocumentTypeId As Nullable(Of Integer) Public Overridable Property IsActive As Nullable(Of Boolean) End Class End Namespace Namespace tvpl.data.Models Public Partial Class Workflow Public Overridable Property Id As Integer Public Overridable Property Title As String Public Overridable Property Description As String Public Overridable Property DocumentCode As String Public Overridable Property DocumentTypeId As Nullable(Of Integer) Public Overridable Property IsInstance As Boolean Public Overridable Property MainId As Nullable(Of Integer) Public Overridable Property IsActive As Boolean Public Overridable Property StatusId As Nullable(Of Integer) Public Overridable Property AccountId As Nullable(Of Integer) Public Overridable Property DepartmentId As Nullable(Of Integer) Public Overridable Property ScopeType As Integer Public Overridable Property CreatedBy As String Public Overridable Property CreatedAt As Date Public Overridable Property UpdatedBy As String Public Overridable Property UpdatedAt As Nullable(Of Date) End Class End Namespace End Namespace