cloudroam
2025-04-02 42cd7cb06a1076749d366580afd5c6205f0a3c89
1
2
3
4
5
6
7
package com.example.firstapp.entity
 
data class Item(
    val id: Int,
    val title: String,
    val description: String 
)