| | |
| | | package com.panzhihua.common.model.query.visit; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | import com.panzhihua.common.model.dtos.PageDTO; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | /** |
| | | * @author xyh |
| | |
| | | private Integer eventStatus; |
| | | |
| | | @ApiModelProperty("人员标签") |
| | | private Integer tag; |
| | | private String tag; |
| | | |
| | | @ApiModelProperty("是否异常") |
| | | private Integer isExp; |
| | |
| | | private Long communityId; |
| | | |
| | | private Long userId; |
| | | |
| | | @ApiModelProperty("网格id") |
| | | private Long gridId; |
| | | |
| | | @ApiModelProperty("正常状态(0.正常 1.异常)") |
| | | private Integer exception; |
| | | } |