Commit 852ebfac by 徐高华

user

parent 6bdfea7d
......@@ -24,6 +24,15 @@ public class WebLoginVO implements Serializable {
// 企业用户id(密文)
private String wxOpenUseId;
private String headImg ;
private String hanbaoUserId;
public String getHanbaoUserId() {
return hanbaoUserId;
}
public void setHanbaoUserId(String hanbaoUserId) {
this.hanbaoUserId = hanbaoUserId;
}
public Integer getSuperAdmin() {
return superAdmin;
......
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