cloudroam
2025-03-04 897ffe5e29ab022d75ad948ecf894e0a3ed3b2f5
app/src/main/java/com/example/firstapp/entity/Item.kt
@@ -3,5 +3,5 @@
data class Item(
    val id: Int,
    val title: String,
    val description: String
    val description: String
)