[xiaozhi]
[taxi 和无人化taxi 小智和动画]
This commit is contained in:
yangyakun
2023-11-14 21:11:22 +08:00
parent 82cd08460c
commit eb8e560954
683 changed files with 488 additions and 429 deletions

View File

@@ -6,4 +6,7 @@ data class MsgBoxBean(val type: MsgBoxType, val bean: Any) {
var timestamp: Long = 0
var bean2Json: String = ""
var sourceType: DataSourceType = DataSourceType.DEFAULT
override fun toString(): String {
return "MsgBoxBean(type=$type, bean=$bean, timestamp=$timestamp, bean2Json='$bean2Json', sourceType=$sourceType)"
}
}