init
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user