forked from github/dataease
feat(视图): 增加分组参数
This commit is contained in:
parent
5e61a8f30a
commit
d25af1c3c0
@ -18,4 +18,5 @@ public class AxisChartDataAntVDTO {
|
|||||||
private String name;
|
private String name;
|
||||||
private String category;
|
private String category;
|
||||||
private BigDecimal popSize;
|
private BigDecimal popSize;
|
||||||
|
private String group;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user