forked from omni/OmniCards
initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package ru.omni_devel.cards
|
||||
|
||||
enum class CodeType {
|
||||
QR,
|
||||
BAR,
|
||||
}
|
||||
|
||||
class CardInfo (
|
||||
val id: Int,
|
||||
val name: String,
|
||||
val codeValue: String,
|
||||
val codeType: CodeType,
|
||||
)
|
||||
Reference in New Issue
Block a user