This commit is contained in:
dute7liang
2024-01-20 19:25:56 +08:00
parent 2f67a35684
commit 7956a89ef0
13 changed files with 292 additions and 18 deletions

View File

@@ -7,6 +7,8 @@ import org.redisson.client.protocol.ScoredEntry;
public class RankNode {
private Long score;
private Long userId;
private Long rankId;
private Boolean draw;
public RankNode() {
}