Commit e088c87a by qwmqiuwenmin

fix

parent a1f0d512
...@@ -31,6 +31,8 @@ public class TabHaobanStaff implements Serializable { ...@@ -31,6 +31,8 @@ public class TabHaobanStaff implements Serializable {
private Date createTime; private Date createTime;
private Date updateTime; private Date updateTime;
private String headImg;
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
...@@ -145,6 +147,14 @@ public class TabHaobanStaff implements Serializable { ...@@ -145,6 +147,14 @@ public class TabHaobanStaff implements Serializable {
public void setWxEnterpriseId(String wxEnterpriseId) { public void setWxEnterpriseId(String wxEnterpriseId) {
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