ConfideHomeBodyGroupItemBean.kt 275 Bytes
Newer Older
洪国微 committed
1 2 3 4 5 6 7 8 9
package com.ydl.confide.home.bean

/**
 * @author yuanwai
 * @描述:
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/10/15
 */
万齐军 committed
10 11 12 13
class ConfideHomeBodyGroupItemBean {
    var title: String? = null
    var data: ArrayList<ConfideHomeFiterItemBean>? = null
}