TestHomeFooterBean.kt 378 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.yidianling.tests.home.bean

/**
 * @author yuanwai
 * @描述:
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/7/28
 */
data class TestHomeFooterBean(
        /**
         * 标题
         */
        val title : String,
        /**
         * 1.http开头的 跳转 H5 2.app开头的 跳转原生界面
         */
        val linkUrl : String)