Commit 7936c919 by zhiwj

指标说明

parent ff7f0036
......@@ -151,6 +151,7 @@ public class IndexVO implements Serializable {
private Integer indexGroupId;
private String indexGroupName;
private String relTopLevelName;
public Integer getIndexId() {
return indexId;
......@@ -383,4 +384,12 @@ public class IndexVO implements Serializable {
public void setIndexGroupName(String indexGroupName) {
this.indexGroupName = indexGroupName;
}
public String getRelTopLevelName() {
return relTopLevelName;
}
public void setRelTopLevelName(String relTopLevelName) {
this.relTopLevelName = relTopLevelName;
}
}
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