Commit 0e22b919 authored by macro's avatar macro
Browse files

Update MemberProductCollectionRepository.java

parent 326006f9
...@@ -8,7 +8,7 @@ import org.springframework.data.mongodb.repository.MongoRepository; ...@@ -8,7 +8,7 @@ import org.springframework.data.mongodb.repository.MongoRepository;
import java.util.List; import java.util.List;
/** /**
* 商品收藏Repository * 会员商品收藏Repository
* Created by macro on 2018/8/2. * Created by macro on 2018/8/2.
*/ */
public interface MemberProductCollectionRepository extends MongoRepository<MemberProductCollection,String> { public interface MemberProductCollectionRepository extends MongoRepository<MemberProductCollection,String> {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment