Commit eb8e36ad authored by suhuiguang's avatar suhuiguang

1.大屏概览接口mockdata

parent 03708105
...@@ -6,6 +6,7 @@ import java.util.List; ...@@ -6,6 +6,7 @@ import java.util.List;
/** /**
* 四色数字统计 * 四色数字统计
*
* @author Administrator * @author Administrator
*/ */
@Data @Data
...@@ -16,5 +17,7 @@ public class FourColorCountDataDto { ...@@ -16,5 +17,7 @@ public class FourColorCountDataDto {
private String key; private String key;
private Long value;
private List<FourColorCountDataDto> children; private List<FourColorCountDataDto> children;
} }
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