| | |
| | | @ApiModelProperty(value = "成果URL") |
| | | private String resultUrl; |
| | | /** |
| | | * 缩略图URL |
| | | */ |
| | | @ApiModelProperty(value = "缩略图URL") |
| | | private String thumbnailUrl; |
| | | /** |
| | | * 拍照时间 |
| | | */ |
| | | @ApiModelProperty(value = "拍照时间") |
| | |
| | | @ApiModelProperty(value = "区域编码") |
| | | private String areaCode; |
| | | /** |
| | | * 附件类型:0图片 1视频 2其他 |
| | | * 附件类型:1媒体文件; 2ai文件; 3主视频; |
| | | */ |
| | | @ApiModelProperty(value = "附件类型:0图片 1视频 2其他") |
| | | @ApiModelProperty(value = "附件类型:1媒体文件; 2ai文件; 3主视频;") |
| | | private Integer attachmentType; |
| | | |
| | | /** |
| | | * GeoJSON格式数据 |
| | | */ |
| | | @ApiModelProperty(value = "GeoJSON格式数据") |
| | | private String geojson; |
| | | |
| | | } |