代码提交

This commit is contained in:
2020-08-14 17:44:21 +08:00
parent e954bc59f2
commit 72c98ba2f8
14 changed files with 106 additions and 41 deletions
@@ -8,4 +8,6 @@ public interface IPostsService {
List<Posts> getAllList();
Posts insert(Posts posts);
List<Posts> findOneBy(Integer id);
}