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