yanghui
2022-10-27 28e8b38e9de8cc76084d0af6a96d2d9d1e1f739f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/IndexDataKanbanVO.java
@@ -30,6 +30,8 @@
    private List<Integer> communityUserY;
    @ApiModelProperty("社区活跃度x轴")
    private List<String> communityActiveUserX;
    @ApiModelProperty("社区活跃度y轴")
    @ApiModelProperty("用户新增数量y轴")
    private List<Integer> communityAddUserY;
    @ApiModelProperty("日活跃用户数量y轴")
    private List<Integer> communityActiveUserY;
}