puhanshu
2022-07-23 bbda2ee1af4e86d76f93e00386d77efb56c60d5f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/screen/event/EventLeftTopStatisticsVO.java
@@ -1,10 +1,10 @@
package com.panzhihua.common.model.vos.community.screen.event;
import java.util.List;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
@Data
@ApiModel("大屏事件左上统计返回参数")
@@ -27,6 +27,5 @@
    @ApiModelProperty("频发月份")
    private List<Integer> oftenMonth;
}