/*
* Copyright © 2024 RTAkland
* Author: RTAkland
* Date: 2024/8/31
*/
package cn.rtast.fancybot.entity
data class Baisi(
val data: String,
)