package com.hzliuzhi.applet.container.scanner data class ScanResult( val code: String, val state: Int = 0, val type: Int = -1, )