Commit fb3dacae by guojuxing

用户登录商户信息字段修改

parent eb9a8420
......@@ -9,7 +9,6 @@ import java.util.Map;
public class UserDetail implements Serializable {
private Integer userId = 2222;
private Integer enterpriseId = 1111;
private UserInfo userInfo;
private EnterpriseInfo enterpriseInfo;
private UserResourceInfo userResourceInfo;
......@@ -27,11 +26,7 @@ public class UserDetail implements Serializable {
}
public Integer getEnterpriseId() {
return enterpriseId;
}
public void setEnterpriseId(Integer enterpriseId) {
this.enterpriseId = enterpriseId;
return enterpriseInfo.getEnterpriseId();
}
public UserInfo getUserInfo() {
......
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