Update MemberReadHistoryRepository.java

This commit is contained in:
macro
2022-04-18 16:30:23 +08:00
parent 30526dca55
commit d972023fff

View File

@@ -5,8 +5,6 @@ import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import org.springframework.data.mongodb.repository.MongoRepository; import org.springframework.data.mongodb.repository.MongoRepository;
import java.util.List;
/** /**
* 会员商品浏览历史Repository * 会员商品浏览历史Repository
* Created by macro on 2018/8/3. * Created by macro on 2018/8/3.