| | |
| | | package com.panzhihua.common.model.vos; |
| | | |
| | | import java.util.List; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | private List<Integer> communityUserY; |
| | | @ApiModelProperty("社区活跃度x轴") |
| | | private List<String> communityActiveUserX; |
| | | @ApiModelProperty("社区活跃度y轴") |
| | | @ApiModelProperty("用户新增数量y轴") |
| | | private List<Integer> communityAddUserY; |
| | | @ApiModelProperty("日活跃用户数量y轴") |
| | | private List<Integer> communityActiveUserY; |
| | | } |