Commit d81575f2 by 徐高华

roleId

parent a6273e20
......@@ -19,6 +19,15 @@ public class WebLoginVO implements Serializable {
private String phoneNumber;
private String headImg ;
private String hanbaoUserId;
private String roleId ;
public String getRoleId() {
return roleId;
}
public void setRoleId(String roleId) {
this.roleId = roleId;
}
public String getHanbaoUserId() {
return hanbaoUserId;
......
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 to comment