增加积分系统

This commit is contained in:
WilliamColton
2025-08-07 16:18:54 +08:00
parent 227269c639
commit 105f7781b3
13 changed files with 306 additions and 93 deletions

View File

@@ -17,5 +17,6 @@ public class CommentDto {
private List<CommentDto> replies;
private List<ReactionDto> reactions;
private int reward;
private int pointReward;
}