Commit 5e2c79ed authored by duanruiming's avatar duanruiming

[update] 微观大数据平台-周期时间空间占有率实体优化

parent df81ebd5
...@@ -186,4 +186,8 @@ public class CrossDataRealtimePO { ...@@ -186,4 +186,8 @@ public class CrossDataRealtimePO {
private int trafficFlowB; private int trafficFlowB;
@ApiModelProperty(value = "小车流量", notes = "") @ApiModelProperty(value = "小车流量", notes = "")
private int trafficFlowC; private int trafficFlowC;
@ApiModelProperty(value = "时间占有率", notes = "")
private double timeOccupancy;
@ApiModelProperty(value = "空间占有率", notes = "平均空间密度(长度占比)")
private double vehicleLengthRatioMean;
} }
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