From 78935b83b219623817797d7a3d0842909e60a696 Mon Sep 17 00:00:00 2001 From: Angel <1050374295@qq.com> Date: Thu, 4 Jan 2024 17:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=B5=81=E9=87=8F=EF=BC=8C=E4=BA=BA?= =?UTF-8?q?=E6=B5=81=E9=87=8F=E3=80=82=E5=8A=A0@Tablefild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ruoyi/database/domain/PeopleVehicleFlow.java | 2 +- .../java/com/ruoyi/database/domain/PeopleVehicleHourFlow.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; /**