tj
2025-04-01 6ada2c53c4e28f7524fe9439563bc4adfab2ca41
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
)