Commit 326006f9 authored by macro's avatar macro
Browse files

Update MemberBrandAttentionRepository.java

parent f401ca7f
...@@ -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 MemberBrandAttentionRepository extends MongoRepository<MemberBrandAttention,String> { public interface MemberBrandAttentionRepository extends MongoRepository<MemberBrandAttention,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