| | |
| | | package com.yeshi.fanli.entity.admin;
|
| | |
|
| | | import java.util.ArrayList;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBanner;
|
| | |
|
| | | public class RecommendBannerAdmin {
|
| | | |
| | | private RecommendBanner recommendBanner;
|
| | | private final List<com.yeshi.fanli.entity.system.System> systemList=new ArrayList<com.yeshi.fanli.entity.system.System>();
|
| | | |
| | | public RecommendBannerAdmin() {
|
| | | // TODO Auto-generated constructor stub
|
| | | }
|
| | | public RecommendBannerAdmin(RecommendBanner recommendBanner) {
|
| | | super();
|
| | | this.recommendBanner = recommendBanner;
|
| | | }
|
| | | public RecommendBanner getRecommendBanner() {
|
| | | return recommendBanner;
|
| | | }
|
| | | public void setRecommendBanner(RecommendBanner recommendBanner) {
|
| | | this.recommendBanner = recommendBanner;
|
| | | }
|
| | | public List<com.yeshi.fanli.entity.system.System> getSystemList() {
|
| | | return systemList;
|
| | | }
|
| | | |
| | | }
|
| | | package com.yeshi.fanli.entity.admin; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBanner; |
| | | import com.yeshi.fanli.entity.system.BusinessSystem; |
| | | |
| | | public class RecommendBannerAdmin { |
| | | |
| | | private RecommendBanner recommendBanner; |
| | | private final List<BusinessSystem> systemList=new ArrayList<BusinessSystem>(); |
| | | |
| | | public RecommendBannerAdmin() { |
| | | // TODO Auto-generated constructor stub |
| | | } |
| | | public RecommendBannerAdmin(RecommendBanner recommendBanner) { |
| | | super(); |
| | | this.recommendBanner = recommendBanner; |
| | | } |
| | | public RecommendBanner getRecommendBanner() { |
| | | return recommendBanner; |
| | | } |
| | | public void setRecommendBanner(RecommendBanner recommendBanner) { |
| | | this.recommendBanner = recommendBanner; |
| | | } |
| | | public List<BusinessSystem> getSystemList() { |
| | | return systemList; |
| | | } |
| | | |
| | | } |