Commit 0523f2d7 authored by suhuiguang's avatar suhuiguang

1.增加统计类型

parent 9526ec32
...@@ -19,4 +19,9 @@ public class LegendDataDto { ...@@ -19,4 +19,9 @@ public class LegendDataDto {
* 图列名称 * 图列名称
*/ */
private String value; private String value;
/**
* 图列类型
*/
private String chartType;
} }
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