Commit 1e7830f9 authored by tangwei's avatar tangwei

修改表列

parent f7f46c46
...@@ -193,12 +193,11 @@ public class JpStation extends BaseEntity { ...@@ -193,12 +193,11 @@ public class JpStation extends BaseEntity {
private Double cumulativeIncome; private Double cumulativeIncome;
@TableField("day_power_use") @TableField("day_power_use")
private Double dayPowerUse; // 日用电量 private Double dayPowerUse; // 日用电量
@TableField("monthPowerUse") @TableField("month_power_use")
private Double month_power_use; // 月用电量 private Double monthPowerPse; // 月用电量
@TableField("yearPowerUse") @TableField("year_power_use")
private Double yearPowerUse; // 年用电量 private Double yearPowerUse; // 年用电量
......
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