cloudroam
10 天以前 33c7ed565ad6bfb30eee84acc33b39e6b639ade9
1
2
3
4
5
6
7
package com.example.firstapp.entity
 
data class Item(
    val id: Int,
    val title: String,
    val description: String 
)