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

/**
 * @author yuanwai
 * @描述:
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/10/15
 */
data class ConfideHomeBodyGroupItemBean(val title : String?,
                                        val data : ArrayList<ConfideHomeFiterItemBean>?)