(* Options: Date: 2025-06-07 19:59:59 Version: 8.12 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://soluser-recaudo.sgsas.co //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: EstadoCargaPlanoRQ.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Administrador.Modelo.General open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type EstadoCargaPlanoDetalleRS() = member val Estado:String = null with get,set member val IDDetalle:Decimal = new Decimal() with get,set member val IDCarga:Decimal = new Decimal() with get,set [] type EstadoCargaPlanoRS() = member val Lista:ResizeArray = new ResizeArray() with get,set [] [] type EstadoCargaPlanoRQ() = interface IReturn member val IDForma:Int32 = new Int32() with get,set member val DatosLlaveMaestro:Dictionary = new Dictionary() with get,set