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