zxl
2025-10-11 3b2c5fb47caca6ab286e0c8ed8c0575024c528d0
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);
}