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)