|
@ -27,7 +27,7 @@ public class View extends BaseAssignedEntity {
|
|
|
private String esType; // 多维数据集的 ES type,多个的话用逗号分隔
|
|
|
private String displayType; // 展示类型,1:数值,2:普通表格,3:树形表格,4:饼图,5:折线图,6:柱状图,7:组合图(折线图+柱状图),8:雷达图,9:旭日图。
|
|
|
private String treeDataType; // 树形数据类型,org_type_tree:机构类型树形数据。
|
|
|
private String isDrill; // 可钻取,1:可以,2:不可以。
|
|
|
private String isDrill; // 可钻取,1:可以,0:不可以。
|
|
|
private String remark; // 备注
|
|
|
|
|
|
// 临时属性
|
|
@ -40,7 +40,8 @@ public class View extends BaseAssignedEntity {
|
|
|
*/
|
|
|
private List<ViewDimension> groupTopRowDimensionList;
|
|
|
/**
|
|
|
* 视图各组组内其他行维度
|
|
|
* 视图各组组内其他行维度,
|
|
|
* key 为分组序号
|
|
|
*/
|
|
|
private Map<Integer, List<ViewDimension>> groupOtherRowDimensionsMap;
|
|
|
/**
|