admin
2021-03-18 b37275dba6b782bf3bb3817c4504f6cdef1bef7c
src/main/java/com/yeshi/buwan/domain/HomeAd.java
@@ -12,7 +12,6 @@
 * 首页广告
 * 
 * @author Administrator
 *
 */
@Entity
public class HomeAd  implements Serializable{
@@ -50,7 +49,6 @@
   private SystemInfo system;// 系统
   public String getIntroduction() {
      return introduction;
   }
@@ -70,6 +68,17 @@
   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;
@@ -102,7 +111,6 @@
   public void setParams(String params) {
      this.params = params;
   }
   public SystemInfo getSystem() {