cloudroam
2025-03-26 28dc6d062a4ce27441b7923e921a1e7ee7abc154
1
2
3
4
5
6
7
package com.example.firstapp.entity
 
data class Item(
    val id: Int,
    val title: String,
    val description: String 
)