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