This commit is contained in:
sjm
2023-12-22 17:05:37 +08:00
parent b77f863fb5
commit b2cff4c97a
12 changed files with 557 additions and 1 deletions

View File

@@ -23,4 +23,6 @@ public interface CommentDao {
int updateByPrimaryKey(Comment record);
List<Comment> selectByAllComment();
List<Comment> selectByAllReply(int id);
}