Commit ab12249b by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-data-cloud into developer
parents 20c0b4d7 e8c9b7d7
......@@ -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