' Options: 'Date: 2026-04-29 05:19:01 '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: ApproveProcurementItemRequest.* '''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 ApproveProcurementItemRequest Implements IReturn(Of ProcurementItem) Public Overridable Property Id As Integer Public Overridable Property Approve As Boolean Public Overridable Property Note As String End Class End Namespace Namespace tvpl.data.Models Public Partial Class ProcurementItem Public Overridable Property Id As Integer Public Overridable Property BatchId As Integer Public Overridable Property DepartmentId As Nullable(Of Integer) Public Overridable Property EquipmentId As Nullable(Of Integer) Public Overridable Property ProductName As String Public Overridable Property TechnicalSpec As String Public Overridable Property Unit As String Public Overridable Property Quantity As Integer Public Overridable Property Purpose As String Public Overridable Property Note As String Public Overridable Property ApprovalStatus As Integer Public Overridable Property ApprovalNote As String Public Overridable Property ApprovedAt As Nullable(Of Date) Public Overridable Property ApprovedBy As Nullable(Of Integer) Public Overridable Property CreatedAt As Nullable(Of Date) Public Overridable Property CreatedBy As Nullable(Of Integer) Public Overridable Property UpdatedAt As Nullable(Of Date) Public Overridable Property UpdatedBy As Nullable(Of Integer) Public Overridable Property IsDeleted As Nullable(Of Boolean) Public Overridable Property DeletedAt As Nullable(Of Date) Public Overridable Property DeletedBy As Nullable(Of Integer) Public Overridable Property DepartmentName As String Public Overridable Property CreatedByName As String Public Overridable Property ApprovedByName As String End Class End Namespace End Namespace