Commit 4a3fe831 by 徐高华

登录

parent 3da50d67
...@@ -33,6 +33,26 @@ public class WebLoginVO implements Serializable { ...@@ -33,6 +33,26 @@ public class WebLoginVO implements Serializable {
*/ */
private String clerkPhone; private String clerkPhone;
private String cliqueId ;
//登录用户关联的企业是否是集团:1是0否
private Integer isClique ;
public String getCliqueId() {
return cliqueId;
}
public void setCliqueId(String cliqueId) {
this.cliqueId = cliqueId;
}
public Integer getIsClique() {
return isClique;
}
public void setIsClique(Integer isClique) {
this.isClique = isClique;
}
public String getStaffId() { public String getStaffId() {
return staffId; return staffId;
} }
......
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