Update MemberProductCollectionRepository.java

This commit is contained in:
macro
2022-04-15 15:09:11 +08:00
parent 956fbcf0b7
commit 30526dca55

View File

@@ -5,8 +5,6 @@ import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.mongodb.repository.MongoRepository;
import java.util.List;
/**
* 会员商品收藏Repository
* Created by macro on 2018/8/2.