Commit 3092cc6d authored by hanbing's avatar hanbing

[update] 城市大脑-更新路口实时实体类

parent 652ef59a
package net.wanji.databus.po;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
......@@ -177,6 +178,7 @@ public class CrossDataRealtimePO {
@ApiModelProperty(value = "非机动车流量", notes = "")
private int nonMotorFlow;
@ApiModelProperty(value = "85位速度(km/h)", notes = "")
@TableField(value = "v_85")
private double v85;
@ApiModelProperty(value = "大车流量", notes = "")
private int trafficFlowA;
......
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