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