/* Options: Date: 2025-06-13 07:22:42 SwiftVersion: 5.0 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws.jimsnwa.com //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(){} }