admin
2021-03-13 7becc97c5bfdd827b9a999c26746bb8e8bc3e25c
src/main/java/com/yeshi/buwan/domain/HomeAd.java
@@ -1,6 +1,7 @@
package com.yeshi.buwan.domain;
import com.google.gson.annotations.Expose;
import com.yeshi.buwan.domain.system.SystemInfo;
import java.io.Serializable;
@@ -45,6 +46,10 @@
   private String title;
   @Expose
   private String introduction;
   private SystemInfo system;// 系统
   public String getIntroduction() {
      return introduction;
@@ -98,7 +103,7 @@
      this.params = params;
   }
   private SystemInfo system;// 系统
   public SystemInfo getSystem() {
      return system;