Update MemberBrandAttentionRepository.java
This commit is contained in:
@@ -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 MemberBrandAttentionRepository extends MongoRepository<MemberBrandAttention,String> {
|
||||
|
||||
Reference in New Issue
Block a user