mitao
2025-05-20 179c4d64313c9b7572778da4aaaf6c6584fe457d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/bigscreen/event/ScreenDrawEventListDTO.java
@@ -1,17 +1,18 @@
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)
@@ -36,7 +37,7 @@
    /**
     * 多边形类型(1.圆形 2.多边形)
     */
    public interface type{
    public interface type {
        int yx = 1;
        int dbx = 2;
    }