V13
This commit is contained in:
@@ -7,6 +7,7 @@ import lombok.Getter;
|
||||
public enum RankTypeEnum {
|
||||
LOVE(1,"魅力榜"),
|
||||
INVITE(2,"邀请榜"),
|
||||
PAY(3,"土豪榜"),
|
||||
;
|
||||
private final Integer code;
|
||||
private final String text;
|
||||
|
||||
Reference in New Issue
Block a user