fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -6,6 +6,8 @@ import com.yeshi.fanli.entity.bus.homemodule.Special; import net.sf.json.JSONObject; /** * 专题 * @@ -89,4 +91,13 @@ */ 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; }