cloudroam
2025-03-14 e98e5ebf6a786a778249e09028782f90fd601f92
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
)