Update MemberProductCollectionRepository.java
This commit is contained in:
parent
326006f994
commit
0e22b919c4
@ -8,7 +8,7 @@ import org.springframework.data.mongodb.repository.MongoRepository;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 商品收藏Repository
|
||||
* 会员商品收藏Repository
|
||||
* Created by macro on 2018/8/2.
|
||||
*/
|
||||
public interface MemberProductCollectionRepository extends MongoRepository<MemberProductCollection,String> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user