tj
2025-03-25 a8da38115220a0677442899ecf7bf75fd1ef325c
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
)