Commit 962c585b by Huang Linyu

add returned value vipGrade

parent 6e6b2bd6
...@@ -13,6 +13,7 @@ public class ResponseUpdateFriend implements Serializable{ ...@@ -13,6 +13,7 @@ public class ResponseUpdateFriend implements Serializable{
private int playerId; private int playerId;
private int vipGrade;
public int getPlayerId() { public int getPlayerId() {
...@@ -31,4 +32,12 @@ public class ResponseUpdateFriend implements Serializable{ ...@@ -31,4 +32,12 @@ public class ResponseUpdateFriend implements Serializable{
this.friendId = friendId; this.friendId = friendId;
} }
public int getVipGrade() {
return vipGrade;
}
public void setVipGrade(int vipGrade) {
this.vipGrade = vipGrade;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment