diff --git a/lib/basic/Entities.dart b/lib/basic/Entities.dart index 8775c67..6464871 100644 --- a/lib/basic/Entities.dart +++ b/lib/basic/Entities.dart @@ -283,7 +283,7 @@ class CommentBase { } /// 子评论 -class ChildOfComment extends Comment { +class ChildOfComment extends CommentBase { late String parent; ChildOfComment.fromJson(Map json) : super.fromJson(json) {