| | |
| | | @ApiModelProperty(value = "成果URL") |
| | | private String resultUrl; |
| | | /** |
| | | * 缩略图URL |
| | | */ |
| | | @ApiModelProperty(value = "缩略图URL") |
| | | private String thumbnailUrl; |
| | | /** |
| | | * 拍照时间 |
| | | */ |
| | | @ApiModelProperty(value = "拍照时间") |
| | |
| | | @ApiModelProperty(value = "关联巡查任务表IDs") |
| | | private List<Long> patrolTaskIds; |
| | | |
| | | /** |
| | | * 附件类型:0图片 1视频 2其他 |
| | | */ |
| | | @ApiModelProperty(value = "附件类型:0图片 1视频 2其他") |
| | | private Integer attachmentType; |
| | | |
| | | // geojson |
| | | @ApiModelProperty(value = "geojson") |
| | | private String geojson; |
| | | |
| | | // eventName |
| | | @ApiModelProperty(value = "事件名称") |
| | | private String eventName; |
| | | |
| | | } |