Commit e088c87a by qwmqiuwenmin

fix

parent a1f0d512
...@@ -32,6 +32,8 @@ public class TabHaobanStaff implements Serializable { ...@@ -32,6 +32,8 @@ public class TabHaobanStaff implements Serializable {
private Date updateTime; private Date updateTime;
private String headImg;
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
public String getStaffId() { public String getStaffId() {
...@@ -146,5 +148,13 @@ public class TabHaobanStaff implements Serializable { ...@@ -146,5 +148,13 @@ public class TabHaobanStaff implements Serializable {
this.wxEnterpriseId = wxEnterpriseId; this.wxEnterpriseId = wxEnterpriseId;
} }
public String getHeadImg() {
return headImg;
}
public void setHeadImg(String headImg) {
this.headImg = headImg;
}
} }
\ No newline at end of file
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