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