提交 c9384077 编写于 作者: hlwwx's avatar hlwwx

'修改calculate'

上级 8bac69ae
......@@ -47,6 +47,70 @@ public class Calculate extends GsonPropertyObject {
@FieldDescribe("图表")
public List<String> chart;
public Boolean getIsGroup() {
return isGroup;
}
public void setIsGroup(Boolean isGroup) {
this.isGroup = isGroup;
}
public Boolean getIsAmount() {
return isAmount;
}
public void setIsAmount(Boolean isAmount) {
this.isAmount = isAmount;
}
public String getOrderType() {
return orderType;
}
public void setOrderType(String orderType) {
this.orderType = orderType;
}
public String getOrderColumn() {
return orderColumn;
}
public void setOrderColumn(String orderColumn) {
this.orderColumn = orderColumn;
}
public List<String> getGroupSpecifiedList() {
return groupSpecifiedList;
}
public void setGroupSpecifiedList(List<String> groupSpecifiedList) {
this.groupSpecifiedList = groupSpecifiedList;
}
public String getGroupMergeType() {
return groupMergeType;
}
public void setGroupMergeType(String groupMergeType) {
this.groupMergeType = groupMergeType;
}
public List<CalculateEntry> getCalculateList() {
return calculateList;
}
public void setCalculateList(List<CalculateEntry> calculateList) {
this.calculateList = calculateList;
}
public List<String> getChart() {
return chart;
}
public void setChart(List<String> chart) {
this.chart = chart;
}
public Boolean available() {
for (CalculateEntry o : ListTools.nullToEmpty(this.calculateList)) {
if (o.available()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册