diff --git a/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleFlow.java b/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleFlow.java index cb38e20..876a302 100644 --- a/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleFlow.java +++ b/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleFlow.java @@ -26,7 +26,7 @@ public class PeopleVehicleFlow extends BaseEntity { * 类型 * */ @ApiModelProperty("类型") - @TableField(value = "statisc_type") + @TableField(value = "statistic_type") private Integer statistic_type; /** diff --git a/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleHourFlow.java b/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleHourFlow.java index e61f8e3..389c0a4 100644 --- a/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleHourFlow.java +++ b/gather-app/src/main/java/com/ruoyi/database/domain/PeopleVehicleHourFlow.java @@ -25,7 +25,7 @@ public class PeopleVehicleHourFlow { * 类别(1:人/2:车) */ @ApiModelProperty("类型") - @TableField(value = "statisc_type") + @TableField(value = "statistic_type") private Integer statistic_type; /**