yujian
2019-04-08 5c4ecf9e8b47efbbf5d21c9e109be0a60cb7e26d
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;
/**
 *  专题
 * 
@@ -79,4 +81,23 @@
    */
   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;
}