From 606034be3459dbf3d57261c26931a94395d2c04f Mon Sep 17 00:00:00 2001 From: ZZ Date: Tue, 16 Nov 2021 15:23:26 +0800 Subject: [PATCH] fix QueryStationsInfo --- .../src/main/java/com/xhpc/evcs/domain/XhpcChargingPile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/domain/XhpcChargingPile.java b/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/domain/XhpcChargingPile.java index a767fbdc..66bb267a 100644 --- a/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/domain/XhpcChargingPile.java +++ b/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/domain/XhpcChargingPile.java @@ -46,7 +46,7 @@ public class XhpcChargingPile extends BaseEntity { @Column(name = "serial_number", length = 30) private String serialNumber; - @Column(name = "connector_type") + @Column(name = "type") private Integer type; @Column(name = "program_version", length = 20)