ITopTrends.java 241 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.dynamic.model;

/**
 * Created by Jim on 2018/5/10 0010.
 */

public interface ITopTrends {
    public String getId();
    public String getTitle();
    public String getIs_top();
    public String getCreate_time();
}