Commit b7a4bb00 by 陶光胜

观云台小程序

parent 39df05c6
......@@ -8,6 +8,7 @@ public class StoreSearchVo {
private String nameChain;
private Integer channel;
private Integer hasAttention = 0;
private Integer hasChildren = 0;
public String getId() {
return id;
......@@ -64,4 +65,12 @@ public class StoreSearchVo {
public void setHasAttention(Integer hasAttention) {
this.hasAttention = hasAttention;
}
public Integer getHasChildren() {
return hasChildren;
}
public void setHasChildren(Integer hasChildren) {
this.hasChildren = hasChildren;
}
}
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