admin
2025-02-20 f537abe9f3646c739beaf15076246a2f71a347e9
src/main/java/com/yeshi/buwan/domain/web/HomeTypeAdmin.java
@@ -3,6 +3,7 @@
import java.util.List;
import com.yeshi.buwan.domain.SuperHomeType;
import com.yeshi.buwan.domain.recommend.HomeRecommendSpecial;
/**
 * 首页顶部Banner
@@ -13,6 +14,9 @@
public class HomeTypeAdmin {
   private SuperHomeType homeType;
   private List<DetailSystemSelect> detailSystemList;
   private HomeRecommendSpecial special;
   public HomeTypeAdmin(SuperHomeType homeType,
         List<DetailSystemSelect> detailSystemList) {
@@ -21,6 +25,14 @@
      this.detailSystemList = detailSystemList;
   }
   public HomeRecommendSpecial getSpecial() {
      return special;
   }
   public void setSpecial(HomeRecommendSpecial special) {
      this.special = special;
   }
   public SuperHomeType getHomeType() {
      return homeType;
   }