Commit f306b77a by 徐高华

staffid

parent 0022a079
......@@ -20,6 +20,15 @@ public class WebLoginVO implements Serializable {
private String hanbaoUserId;
private String roleId ;
private String gicHost ;
private String staffId ;
public String getStaffId() {
return staffId;
}
public void setStaffId(String staffId) {
this.staffId = staffId;
}
public String getGicHost() {
return gicHost;
......
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