feat: create gacha item

This commit is contained in:
Maulana Sodiqin
2025-03-15 02:23:27 +07:00
parent b096f4129a
commit 271b00c2c4
8 changed files with 87 additions and 7 deletions
+6
View File
@@ -6,3 +6,9 @@ pub struct GachaSchema {
pub transaction_number: String,
pub user: Thing,
}
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct GachaItemSchema {
pub item_image: String,
pub item_name: String,
}