chore: rename classes
This commit is contained in:
2 files changed
+3
-3
No files matched your search
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/8/30
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity
|
||||
|
||||
data class KFC(
|
||||
val data: Data,
|
||||
) {
|
||||
data class Data(
|
||||
val text: String,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user