zhujie
2025-03-26 57d1ff885c981283758d355856012b16b4c7bc5e
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
)