| | |
| | | * 首页广告 |
| | | * |
| | | * @author Administrator |
| | | * |
| | | */ |
| | | @Entity |
| | | public class HomeAd implements Serializable{ |
| | |
| | | private SystemInfo system;// 系统 |
| | | |
| | | |
| | | |
| | | public String getIntroduction() { |
| | | return introduction; |
| | | } |
| | |
| | | private int linkType; |
| | | |
| | | private int orderby; |
| | | |
| | | //专题关键字 |
| | | private String specialDataKey; |
| | | |
| | | public String getSpecialDataKey() { |
| | | return specialDataKey; |
| | | } |
| | | |
| | | public void setSpecialDataKey(String specialDataKey) { |
| | | this.specialDataKey = specialDataKey; |
| | | } |
| | | |
| | | public int getOrderby() { |
| | | return orderby; |
| | |
| | | public void setParams(String params) { |
| | | this.params = params; |
| | | } |
| | | |
| | | |
| | | |
| | | public SystemInfo getSystem() { |