Commit b161ffb4 authored by duanruiming's avatar duanruiming

[add] 代码优化

parent 9e4624f4
...@@ -14,8 +14,4 @@ public class StrategyControlDataExt extends StrategyControlDataEntity{ ...@@ -14,8 +14,4 @@ public class StrategyControlDataExt extends StrategyControlDataEntity{
private String optStatus; private String optStatus;
@ApiModelProperty(value = "策略类型") @ApiModelProperty(value = "策略类型")
private String optMethod; private String optMethod;
@ApiModelProperty(value = "交通指数")
private Double trafficIndex;
@ApiModelProperty(value = "排队长度")
private int queueLength;
} }
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