puhanshu
2022-07-23 bbda2ee1af4e86d76f93e00386d77efb56c60d5f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/grid/PageEventGridMemberRelationDTO.java
@@ -1,18 +1,12 @@
package com.panzhihua.common.model.dtos.grid;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constraints.Max;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.Max;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Pattern;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.google.common.base.CaseFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
 * 分页查询表单
@@ -21,7 +15,7 @@
 * @version 1.0
 * @since 1.0
 * @date 2021-05-26
 * */
 */
@Data
@ApiModel("查询网格和网格员的关联关系请求参数")
public class PageEventGridMemberRelationDTO {
@@ -40,23 +34,23 @@
    @ApiModelProperty(value = "网格所属社区id", hidden = false, example = "1")
    private Long gridCommunityId;
    @Length(max=100)
    @Length(max = 100)
    @ApiModelProperty(value = "关键词", hidden = false, example = "")
    private String keyWord;
    @Length(max=100)
    @Length(max = 100)
    @ApiModelProperty(value = "网格名称", hidden = false, example = "")
    private String gridName;
    @Length(max=100)
    @Length(max = 100)
    @ApiModelProperty(value = "账号昵称", hidden = true, example = "")
    private String nickName;
    @Length(max=100)
    @Length(max = 100)
    @ApiModelProperty(value = "登录账号", hidden = true, example = "")
    private String account;
    @Length(max=100)
    @Length(max = 100)
    @ApiModelProperty(value = "联系电话", hidden = true, example = "")
    private String phone;