admin
2021-03-10 d98c8bd9d1d4f749bd59aa2d3e0905db28c394a6
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;