Commit fb5a2cb8 by huangZW

111

parent 1730e9ee
......@@ -18,6 +18,14 @@ public class AppStaffVo implements Serializable {
private String phoneNumber;
private String wxEnterpriseId;
private String wxEnterpriseName;
private String wxUserId;
public String getWxUserId() {
return wxUserId;
}
public void setWxUserId(String wxUserId) {
this.wxUserId = wxUserId;
}
public String getStaffId() {
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