|
|
@@ -39,6 +39,8 @@ public class BCourseInfoDto{
|
|
|
private String firstBusSpace;
|
|
|
@ApiModelProperty("区")
|
|
|
private String area;
|
|
|
+ @ApiModelProperty("路线点")
|
|
|
+ private String mapPoint;
|
|
|
@ApiModelProperty("线路标记点LIST")
|
|
|
private List<BCoursePointDto> mapPointList;
|
|
|
@ApiModelProperty("线路类型 0单层专线,1闭环专线")
|