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