back_recharge
parent
eb1dfc554e
commit
bdf8522a7f
|
|
@ -93,6 +93,7 @@ public enum TeamEnum {
|
||||||
this.teamId = teamId;
|
this.teamId = teamId;
|
||||||
this.isCross = isCross;
|
this.isCross = isCross;
|
||||||
this.remarks = remarks;
|
this.remarks = remarks;
|
||||||
|
this.isPvp = isPvp;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getTeamId() {
|
public int getTeamId() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue