| | |
| | | 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<com.yeshi.fanli.entity.system.System> systemList=new ArrayList<com.yeshi.fanli.entity.system.System>();
|
| | | private final List<BusinessSystem> systemList=new ArrayList<BusinessSystem>();
|
| | |
|
| | | public RecommendBannerAdmin() {
|
| | | // TODO Auto-generated constructor stub
|
| | |
| | | public void setRecommendBanner(RecommendBanner recommendBanner) {
|
| | | this.recommendBanner = recommendBanner;
|
| | | }
|
| | | public List<com.yeshi.fanli.entity.system.System> getSystemList() {
|
| | | public List<BusinessSystem> getSystemList() {
|
| | | return systemList;
|
| | | }
|
| | |
|