TestHomeHeadBean.kt 245 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.tests.home.bean

import java.io.Serializable

/**
 * @author yuanwai
 * @描述:
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/7/28
 */
data class TestHomeHeadBean(val title : String?) : Serializable