Update MemberCollectionService.java

This commit is contained in:
macro
2022-04-08 19:53:00 +08:00
parent 03bf4fc9e4
commit 852c95c3fe

View File

@@ -3,8 +3,6 @@ package com.macro.mall.portal.service;
import com.macro.mall.portal.domain.MemberProductCollection;
import org.springframework.data.domain.Page;
import java.util.List;
/**
* 会员商品收藏管理Service
* Created by macro on 2018/8/2.