tj
2025-03-20 90b7acecef96a7b4927301847efbe11a1f0336c2
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
)