peng
6 天以前 6329fc922ccc1bd359996abbb42bd5b060cb9b5c
framework/src/main/java/cn/lili/modules/lmk/mapper/MyCollectMapper.java
@@ -63,13 +63,5 @@
     */
    IPage getStoreCollectPage(IPage page,@Param("userId")String userId);
    /**
     * 获得我的收藏 视频
     * @param page
     * @param userId
     * @return
     */
    IPage getVideoCollectPage(IPage page,@Param("userId")String userId);
    IPage getGoodsCollectPage(IPage page,@Param("userId")String type);
}