Commit d2df9f87 by 陶光胜

观云台小程序

parent 8c0d8956
......@@ -3,6 +3,7 @@ package com.gic.cloud.web.vo;
public class OnLineStoreVo {
private String onStoreId;
private String onStoreName;
private Integer hasChildren = 0;
public String getOnStoreId() {
return onStoreId;
......@@ -19,4 +20,12 @@ public class OnLineStoreVo {
public void setOnStoreName(String onStoreName) {
this.onStoreName = onStoreName;
}
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