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