| | |
| | | package com.panzhihua.common.model.dtos.community.bigscreen.event; |
| | | |
| | | import java.util.List; |
| | | |
| | | import javax.validation.constraints.NotNull; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import javax.validation.constraints.NotNull; |
| | | import java.util.List; |
| | | |
| | | @Data |
| | | @ApiModel("大屏事件列表请求参数") |
| | | public class ScreenDrawEventListDTO { |
| | | |
| | | @ApiModelProperty(value = "最大展示事件数量",example = "100") |
| | | @ApiModelProperty(value = "最大展示事件数量", example = "100") |
| | | private Integer count = 100; |
| | | |
| | | @ApiModelProperty(value = "社区id", example = "2", required = true) |
| | |
| | | /** |
| | | * 多边形类型(1.圆形 2.多边形) |
| | | */ |
| | | public interface type{ |
| | | public interface type { |
| | | int yx = 1; |
| | | int dbx = 2; |
| | | } |