分页修改和评论获取
This commit is contained in:
@@ -10,4 +10,8 @@ public interface IPostsService {
|
||||
Posts insert(Posts posts);
|
||||
|
||||
List<Posts> findOneBy(Integer id);
|
||||
|
||||
List<Posts> findAllByDIdAndparentIdNull(Integer dId);
|
||||
|
||||
List<Posts> findAllByDIdAndparentIdNotNull(Integer dId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user