Update MemberBrandAttentionRepository.java
This commit is contained in:
parent
f401ca7fb6
commit
326006f994
@ -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 MemberBrandAttentionRepository extends MongoRepository<MemberBrandAttention,String> {
|
public interface MemberBrandAttentionRepository extends MongoRepository<MemberBrandAttention,String> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user