| | |
| | |
|
| | | import com.yeshi.fanli.entity.bus.homemodule.Special;
|
| | |
|
| | | import net.sf.json.JSONObject;
|
| | |
|
| | | /**
|
| | | * 专题
|
| | | *
|
| | |
| | | */
|
| | | public List<Special> listBySystemAndCard(String card, Long systemId);
|
| | |
|
| | | /**
|
| | | * 活动列表-分页
|
| | | * @param start
|
| | | * @param count
|
| | | * @param card
|
| | | * @param systemId
|
| | | * @return
|
| | | */
|
| | | public List<Special> listPageBySystemAndCard(long start, int count, String card, Long systemId);
|
| | |
|
| | | /**
|
| | | * 获取专题列表
|
| | | * @param card
|
| | | * @param systemId
|
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public JSONObject getSpecialListCache(String card, Long systemId) throws Exception;
|
| | |
|
| | | }
|