Commit f0a1e4ee by huangZW

111

parent 5bd36f54
......@@ -17,7 +17,14 @@ public class StoreVo implements Serializable {
private String storeId;
private String storeCode;
private String relatedId;
private String wxDepartmentId;
public String getWxDepartmentId() {
return wxDepartmentId;
}
public void setWxDepartmentId(String wxDepartmentId) {
this.wxDepartmentId = wxDepartmentId;
}
public String getRelatedId() {
return relatedId;
}
......
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