package com.lrm.dao; import com.lrm.po.Comment; import org.springframework.data.domain.Sort; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; /** * Created by limi on 2017/10/22. */ public interface CommentRepository extends JpaRepository<Comment,Long>{ List<Comment> findByBlogIdAndParentCommentNull(Long blogId, Sort sort); }

zolscy LV24
2024年3月24日
zhaobing_g LV3
2023年8月24日
锅里巴巴 LV4
2022年8月5日
wanglinddad LV55
2022年4月6日
lehiwang LV2
2022年3月23日
zhangyuzhu LV10
2022年3月9日
新东方瑶酱 LV7
2022年1月29日
刘地带 LV11
2021年12月27日
931933787 LV2
2021年11月4日
739086737 LV5
2021年9月7日