diff --git a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml index 534aeded..91fe058c 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml +++ b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcTerminalMapper.xml @@ -21,7 +21,7 @@ - + diff --git a/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcTerminal.java b/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcTerminal.java index 6096f9a9..b7a0d16f 100644 --- a/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcTerminal.java +++ b/xhpc-modules/xhpc-common/src/main/java/com/xhpc/common/domain/XhpcTerminal.java @@ -45,7 +45,7 @@ public class XhpcTerminal extends BaseEntity { /** 费率模型id */ private Long rateModelId; - private String operatorId; + private String operatorIdEvcs; /** @@ -53,12 +53,12 @@ public class XhpcTerminal extends BaseEntity { */ private Integer number; - public String getOperatorId() { - return operatorId; + public String getOperatorIdEvcs() { + return operatorIdEvcs; } - public void setOperatorId(String operatorId) { - this.operatorId = operatorId; + public void setOperatorIdEvcs(String operatorIdEvcs) { + this.operatorIdEvcs = operatorIdEvcs; } public static long getSerialVersionUID() {