|
|
|
@ -27,19 +27,19 @@ public class PeopleVehicleFlow extends BaseEntity {
|
|
|
|
|
* */
|
|
|
|
|
@ApiModelProperty("类型")
|
|
|
|
|
@TableField(value = "statistic_type")
|
|
|
|
|
private Integer statistic_type;
|
|
|
|
|
private Integer statisticType;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 流量
|
|
|
|
|
*/
|
|
|
|
|
@ApiModelProperty("数量")
|
|
|
|
|
@TableField(value = "statistic_count")
|
|
|
|
|
private String statistic_count;
|
|
|
|
|
private String statisticCount;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 日期
|
|
|
|
|
*/
|
|
|
|
|
@ApiModelProperty("日期")
|
|
|
|
|
@TableField(value = "statistic_time")
|
|
|
|
|
private String statistic_time;
|
|
|
|
|
private String statisticTime;
|
|
|
|
|
}
|
|
|
|
|