Commit f2c9e943 authored by 高建强's avatar 高建强

场站地图dto及mapper更新

parent 12fa0cb8
...@@ -44,6 +44,6 @@ public class StationInfoDto { ...@@ -44,6 +44,6 @@ public class StationInfoDto {
@ApiModelProperty(value = "纬度") @ApiModelProperty(value = "纬度")
private String laitude; private String laitude;
@ApiModelProperty(value = "所属片区code")
private String areaCode;
} }
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
station_basic.station_name stationName , station_basic.station_name stationName ,
station_basic.station_type stationType, station_basic.station_type stationType,
station_basic.station_flag stationFlag, station_basic.station_flag stationFlag,
station_basic.area_code areaCode,
station_coordinate.longitude, station_coordinate.longitude,
station_coordinate.laitude , station_coordinate.laitude ,
station_coordinate.is_main_coordinate station_coordinate.is_main_coordinate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment