车流量,人流量。驼峰

develop
Angel 11 months ago
parent 78935b83b2
commit 9af22ba0e9

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

@ -26,20 +26,20 @@ public class PeopleVehicleHourFlow {
*/ */
@ApiModelProperty("类型") @ApiModelProperty("类型")
@TableField(value = "statistic_type") @TableField(value = "statistic_type")
private Integer statistic_type; private Integer statisticType;
/** /**
* *
*/ */
@ApiModelProperty("数量") @ApiModelProperty("数量")
@TableField(value = "statistic_count") @TableField(value = "statistic_count")
private String statistic_count; private String statisticCount;
/** /**
* *
*/ */
@ApiModelProperty("日期") @ApiModelProperty("日期")
@TableField(value = "statistic_time") @TableField(value = "statistic_time")
private String statistic_time; private String statisticTime;
} }

Loading…
Cancel
Save