| | |
| | | @ApiModelProperty(value = "站点详细地点") |
| | | @TableField("\"station_location\"") |
| | | private String stationLocation; |
| | | |
| | | /** |
| | | * 站点经度 |
| | | */ |
| | | @ApiModelProperty(value = "站点经度") |
| | | @TableField("\"station_longitude\"") |
| | | private String stationLongitude; |
| | | |
| | | /** |
| | | * 站点纬度 |
| | | */ |
| | | @ApiModelProperty(value = "站点纬度") |
| | | @TableField("\"station_latitude\"") |
| | | private String stationLatitude; |
| | | |
| | | /** |
| | | * 站点经度 |
| | | */ |
| | | @ApiModelProperty(value = "水库经度") |
| | | @TableField("\"center_long\"") |
| | | private String centerLong; |
| | | |
| | | /** |
| | | * 站点纬度 |
| | | */ |
| | | @ApiModelProperty(value = "水库纬度") |
| | | @TableField("\"center_lat\"") |
| | | private String centerLat; |
| | | |
| | | /** |
| | | * 基面名称 |
| | | */ |