feat(视图): 增加分组参数

This commit is contained in:
junjun 2022-08-08 11:30:36 +08:00
parent 5e61a8f30a
commit d25af1c3c0

View File

@ -18,4 +18,5 @@ public class AxisChartDataAntVDTO {
private String name;
private String category;
private BigDecimal popSize;
private String group;
}