back_recharge
wangyuan 2019-05-10 09:51:23 +08:00
parent 211c1d325d
commit 6282689e52
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public class SChallengeConfig implements BaseConfig {
private int time; private int time;
private int mostTime;
public int getId() { public int getId() {
return id; return id;
} }
@ -50,4 +52,8 @@ public class SChallengeConfig implements BaseConfig {
public int getTime() { public int getTime() {
return time; return time;
} }
public int getMostTime() {
return mostTime;
}
} }