update
This commit is contained in:
@@ -23,4 +23,6 @@ public interface CommentDao {
|
||||
int updateByPrimaryKey(Comment record);
|
||||
|
||||
List<Comment> selectByAllComment();
|
||||
|
||||
List<Comment> selectByAllReply(int id);
|
||||
}
|
Reference in New Issue
Block a user