refactor: 会员商品收藏

This commit is contained in:
niou233 2023-11-08 17:18:28 +08:00
parent 670c0962a7
commit 92be763c6f

View File

@ -60,4 +60,5 @@ public interface ProductFavoriteService {
* @return 数量
*/
Long getFavoriteCount(Long userId);
}