' Options: 'Date: 2025-12-06 13:09:31 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://etc-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: GetDocumentPolicyByIdRequest.* '''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.data.Models Imports tvpl.api.ServiceModel Namespace Global Namespace tvpl.api.ServiceModel Public Partial Class GetDocumentPolicyByIdRequest Implements IReturn(Of DocumentPolicy) Implements IGet Public Overridable Property Id As Integer End Class End Namespace Namespace tvpl.data.Models Public Partial Class DocumentPolicy Inherits UpdateDocumentPolicyModel Public Overridable Property ApprovedDate As Nullable(Of Date) Public Overridable Property EstimatedDeadline As Nullable(Of Date) Public Overridable Property IsApproved As Boolean Public Overridable Property CreatedBy As Integer Public Overridable Property CreatedDate As Date Public Overridable Property DeletedAt As Nullable(Of Date) Public Overridable Property DeletedBy As Nullable(Of Integer) Public Overridable Property ApprovalComment As String Public Overridable Property IsDeleted As Nullable(Of Boolean) Public Overridable Property LastUpdateAt As Nullable(Of Date) Public Overridable Property UpdatedBy As Integer End Class Public Partial Class UpdateDocumentPolicyModel Public Overridable Property Id As Integer Public Overridable Property PolicyCode As String Public Overridable Property Title As String Public Overridable Property DocumentLink As String Public Overridable Property DocumentGroupId As Integer Public Overridable Property Description As String Public Overridable Property ApprovedBy As Nullable(Of Integer) Public Overridable Property DepartmentLeadId As Integer Public Overridable Property DepartmentCoId As Nullable(Of Integer) End Class End Namespace End Namespace