yujian
2019-07-29 cdd852f8e8eff7eb2e8f7c3fceaa955b9fc3f9d3
fanli/src/main/java/com/yeshi/fanli/service/inter/jd/JDGoodsService.java
@@ -2,8 +2,8 @@
import java.util.List;
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 +22,7 @@
    * @return
    * @throws JDGoodsException
    */
   public JDSearchResult specialSearch(Integer page, Long cid) throws JDGoodsException;
   public List<JDGoods> specialSearch(Integer page, Long cid) throws JDGoodsException;
   
}