代码提交
This commit is contained in:
@@ -8,4 +8,6 @@ public interface IPostsService {
|
||||
List<Posts> getAllList();
|
||||
|
||||
Posts insert(Posts posts);
|
||||
|
||||
List<Posts> findOneBy(Integer id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user