commit 11072025
This commit is contained in:
11
src/database/Messagebank.kt
Normal file
11
src/database/Messagebank.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package database
|
||||
|
||||
data class Messagebank(
|
||||
val index : UInt,
|
||||
val Description: String,
|
||||
val Language: String,
|
||||
val ANN_ID : UInt,
|
||||
val Voice_Type: String,
|
||||
val Message_Detail: String,
|
||||
val Message_TAGS: String
|
||||
)
|
||||
Reference in New Issue
Block a user