From 73c53ef1eb17fd721250d46ee8bf24d0e4485396 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期二, 25 三月 2025 09:23:43 +0800 Subject: [PATCH] 更新 --- src/main/java/com/whyc/pojo/db_batt/StationInf.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/whyc/pojo/db_batt/StationInf.java b/src/main/java/com/whyc/pojo/db_batt/StationInf.java index 416d0d1..932c095 100644 --- a/src/main/java/com/whyc/pojo/db_batt/StationInf.java +++ b/src/main/java/com/whyc/pojo/db_batt/StationInf.java @@ -21,11 +21,11 @@ public class StationInf { @TableField("sinf_id") @ApiModelProperty("鏈烘埧id") - private Integer stationId; + private Integer sinfId; @TableField("sinf_name") @ApiModelProperty("鏈烘埧鍚嶇О") - private String stationName; + private String sinfName; @TableField("stype") -- Gitblit v1.9.1