admin
2019-09-16 a5a7b23908f294c81c0f0567e9941e07da19bef7
fanli/src/main/java/com/yeshi/fanli/service/inter/jd/JDGoodsService.java
@@ -4,6 +4,7 @@
import com.yeshi.fanli.dto.jd.JDSearchResult;
import com.yeshi.fanli.entity.bus.clazz.GoodsClass;
import com.yeshi.fanli.entity.jd.JDGoods;
import com.yeshi.fanli.exception.jd.JDGoodsException;
public interface JDGoodsService {
@@ -22,7 +23,15 @@
    * @return
    * @throws JDGoodsException
    */
   public JDSearchResult specialSearch(Integer page, Long cid) throws JDGoodsException;
   public List<JDGoods> specialSearch(Integer page, Long cid) throws JDGoodsException;
   /**
    * 首页底部商品搜索
    * @param page
    * @return
    */
   public JDSearchResult getIndexJDGoods(int page);
   
}