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