| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBannerV2;
|
| | | import com.yeshi.fanli.entity.system.BusinessSystem;
|
| | |
|
| | | public class RecommendBannerV2Admin {
|
| | |
|
| | | private RecommendBannerV2 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 RecommendBannerV2Admin() {
|
| | | }
|
| | |
| | | this.recommendBanner = recommendBanner;
|
| | | }
|
| | |
|
| | | public List<com.yeshi.fanli.entity.system.System> getSystemList() {
|
| | | public List<BusinessSystem> getSystemList() {
|
| | | return systemList;
|
| | | }
|
| | |
|