张天森
2022-09-27 6a1fda2217674a2cab3b3268cbe8eda5f85e60bc
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;
    }