| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.search.HotSearch;
|
| | | import com.yeshi.fanli.entity.system.System;
|
| | | import com.yeshi.fanli.entity.system.BusinessSystem;
|
| | |
|
| | | public class HotSearchAdmin {
|
| | | |
| | | private HotSearch hotSearch;
|
| | | private final List<System> systemList=new ArrayList<System>();
|
| | | private final List<BusinessSystem> systemList=new ArrayList<BusinessSystem>();
|
| | |
|
| | | public HotSearchAdmin() {
|
| | | }
|
| | |
| | | this.hotSearch = hotSearch;
|
| | | }
|
| | |
|
| | | public List<System> getSystemList() {
|
| | | public List<BusinessSystem> getSystemList() {
|
| | | return systemList;
|
| | | }
|
| | |
|