ItemsInvSecHead.kt 180 Bytes edit raw blame history 1 2 3 4 5 package com.focasoftware.deboinventariov20.UI.actualizacionMaestros data class ItemsInvSecHead(val invnum: Int?, val detalle: String?, val fecha: String?, val deposito: Int?) { }