Commit 77da9332 by zhangchen

增加绑定电话

parent 20f909ba
......@@ -13,8 +13,15 @@ public class UserFaceBean implements Serializable{
private Integer vipGrade;
private Date communeAgainTime;
private String userName;
private String BindedMobilePhone;
public String getBindedMobilePhone() {
return BindedMobilePhone;
}
public void setBindedMobilePhone(String bindedMobilePhone) {
BindedMobilePhone = bindedMobilePhone;
}
public String getUserName() {
return userName;
}
......
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