增加积分系统

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

@@ -27,5 +27,6 @@ public class PostSummaryDto {
private List<AuthorDto> participants;
private boolean subscribed;
private int reward;
private int pointReward;
}