Commit db6b6365 authored by 杜伟's avatar 杜伟

优化代码

parent 1ab114f0
......@@ -278,12 +278,12 @@ public class TrendController {
}
/**
* 车道级交通指标
* 交通指标 - 车道级
* @param crossIdDateTimeVO
* @return
* @throws Exception
*/
@ApiOperation(value = "车道交通指标", notes = "车道交通指标", response = JsonViewObject.class,
@ApiOperation(value = "车道级交通指标", notes = "车道级交通指标", response = JsonViewObject.class,
produces = MediaType.APPLICATION_JSON, consumes = MediaType.APPLICATION_JSON)
@PostMapping(value = "/laneTrafficIndex",
produces = MediaType.APPLICATION_JSON, consumes = MediaType.APPLICATION_JSON)
......
......@@ -34,7 +34,7 @@ public class CrossingDirectionQueryVO {
@ExcelIgnore
private Integer dir;
@ExcelProperty("方向")
@ExcelProperty("方向名称")
private String dirName;
// @ApiModelProperty(value = "总流量")
......@@ -80,9 +80,9 @@ public class CrossingDirectionQueryVO {
//-----------------------------
@ApiModelProperty(value = "车道转向:1左转;2直行;3右转;4掉头;5直左;6直右;7左直右;8左右;9左转掉头;10直行掉头;11右转掉头;12左直掉头;13直右掉头;14左直右掉头;15左右掉头',\n")
@ExcelIgnore
private Integer turn;
// @ApiModelProperty(value = "车道转向:1左转;2直行;3右转;4掉头;5直左;6直右;7左直右;8左右;9左转掉头;10直行掉头;11右转掉头;12左直掉头;13直右掉头;14左直右掉头;15左右掉头',\n")
// @ExcelIgnore
// private Integer turn;
@ApiModelProperty(value = "车道,从左车道开始编号11、12、13...")
@ExcelProperty("车道号")
......
......@@ -49,11 +49,6 @@ public class CrossingTurnQueryVO {
@ExcelProperty("转向类型名称")
private String turnTypeName;
// @ApiModelProperty(value = "总流量")
// @ExcelProperty("总流量")
// private int allFlow;
......@@ -97,9 +92,9 @@ public class CrossingTurnQueryVO {
//-----------------------------
@ApiModelProperty(value = "车道转向:1左转;2直行;3右转;4掉头;5直左;6直右;7左直右;8左右;9左转掉头;10直行掉头;11右转掉头;12左直掉头;13直右掉头;14左直右掉头;15左右掉头',\n")
@ExcelIgnore
private Integer turn;
// @ApiModelProperty(value = "车道转向:1左转;2直行;3右转;4掉头;5直左;6直右;7左直右;8左右;9左转掉头;10直行掉头;11右转掉头;12左直掉头;13直右掉头;14左直右掉头;15左右掉头',\n")
// @ExcelIgnore
// private Integer turn;
@ApiModelProperty(value = "车道,从左车道开始编号11、12、13...")
@ExcelProperty("车道号")
......
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