/* Options: Date: 2025-06-07 18:41:21 SwiftVersion: 5.0 Version: 8.12 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://soluser-recaudo.sgsas.co //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True IncludeTypes: InsertReportRQ.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/restfiles/InsertReportRQ") public class InsertReportRQ : IReturn, Codable { public typealias Return = InsertReportRS public var usua_login:String public var carp_carp:Double public var rept_rept:Double public var rept_nombre:String public var rept_tipo:Int public var rept_fecmodi:Date public var rept_fecelimi:Date public var rept_version:String public var rept_tamano:Int public var blob_blob:Double public var vist_vist:Double required public init(){} } public class InsertReportRS : Codable { public var isInsertado:Bool public var error:String required public init(){} }