| | |
| | | |
| | | private List<PatrolRecord> patrolRecordVOList; |
| | | |
| | | private List<PlacePoiLabel> placePoiLabelVOList ; |
| | | private List<PlacePoiLabelVO> placePoiLabelVOList ; |
| | | |
| | | @ApiModelProperty(value = "场所名称", example = "") |
| | | private String placeName; |
| | |
| | | @ApiModelProperty(value = "隐患数量", example = "") |
| | | private Integer number; |
| | | |
| | | @ApiModelProperty(value = "九小类型", example = "") |
| | | private String nineType; |
| | | |
| | | @ApiModelProperty(value = "是否九小", example = "") |
| | | private Integer isNine; |
| | | |
| | | private Long jpid; |
| | | |
| | | /** |
| | | * 角色名称 |
| | | */ |
| | | private String roleName; |
| | | |
| | | /** |
| | | * 社区编号 |
| | | */ |
| | | private String communityCode; |
| | | |
| | | } |