Files
OmniCards/mobile/src/main/java/ru/omni_devel/cards/CardInfo.kt
T

10 lines
185 B
Kotlin

package ru.omni_devel.cards
import com.google.zxing.BarcodeFormat
class CardInfo (
val id: Int,
val name: String,
val codeType: BarcodeFormat,
val codeValue: String,
)