CollectFocusResponseBean.kt 177 Bytes
Newer Older
徐健 committed
1 2 3 4 5 6 7 8
package com.yidianling.user.http.response

class CollectFocusResponseBean (
    val id: String,
    val cateName: String,
    val des: String,
    val isFocus: Boolean = false
)