|
@@ -17,6 +17,7 @@ package com.java110.po.chargeMachine;
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 类表述: Po 数据模型实体对象 基本保持与数据库模型一直 用于 增加修改删除 等时的数据载体
|
|
* 类表述: Po 数据模型实体对象 基本保持与数据库模型一直 用于 增加修改删除 等时的数据载体
|
|
|
* add by 吴学文 at 2023-03-02 01:06:23 mail: 928255095@qq.com
|
|
* add by 吴学文 at 2023-03-02 01:06:23 mail: 928255095@qq.com
|
|
@@ -28,69 +29,86 @@ import java.util.Date;
|
|
|
public class ChargeMachinePo implements Serializable {
|
|
public class ChargeMachinePo implements Serializable {
|
|
|
|
|
|
|
|
private String heartbeatTime;
|
|
private String heartbeatTime;
|
|
|
-private String implBean;
|
|
|
|
|
-private String machineId;
|
|
|
|
|
-private String machineCode;
|
|
|
|
|
-private String energyPrice;
|
|
|
|
|
-private String durationPrice;
|
|
|
|
|
-private String statusCd = "0";
|
|
|
|
|
-private String communityId;
|
|
|
|
|
-private String machineName;
|
|
|
|
|
-public String getHeartbeatTime() {
|
|
|
|
|
|
|
+ private String implBean;
|
|
|
|
|
+ private String machineId;
|
|
|
|
|
+ private String machineCode;
|
|
|
|
|
+ private String energyPrice;
|
|
|
|
|
+ private String durationPrice;
|
|
|
|
|
+ private String statusCd = "0";
|
|
|
|
|
+ private String communityId;
|
|
|
|
|
+ private String machineName;
|
|
|
|
|
+
|
|
|
|
|
+ public String getHeartbeatTime() {
|
|
|
return heartbeatTime;
|
|
return heartbeatTime;
|
|
|
}
|
|
}
|
|
|
-public void setHeartbeatTime(String heartbeatTime) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setHeartbeatTime(String heartbeatTime) {
|
|
|
this.heartbeatTime = heartbeatTime;
|
|
this.heartbeatTime = heartbeatTime;
|
|
|
}
|
|
}
|
|
|
-public String getImplBean() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getImplBean() {
|
|
|
return implBean;
|
|
return implBean;
|
|
|
}
|
|
}
|
|
|
-public void setImplBean(String implBean) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setImplBean(String implBean) {
|
|
|
this.implBean = implBean;
|
|
this.implBean = implBean;
|
|
|
}
|
|
}
|
|
|
-public String getMachineId() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getMachineId() {
|
|
|
return machineId;
|
|
return machineId;
|
|
|
}
|
|
}
|
|
|
-public void setMachineId(String machineId) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setMachineId(String machineId) {
|
|
|
this.machineId = machineId;
|
|
this.machineId = machineId;
|
|
|
}
|
|
}
|
|
|
-public String getMachineCode() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getMachineCode() {
|
|
|
return machineCode;
|
|
return machineCode;
|
|
|
}
|
|
}
|
|
|
-public void setMachineCode(String machineCode) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setMachineCode(String machineCode) {
|
|
|
this.machineCode = machineCode;
|
|
this.machineCode = machineCode;
|
|
|
}
|
|
}
|
|
|
-public String getEnergyPrice() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getEnergyPrice() {
|
|
|
return energyPrice;
|
|
return energyPrice;
|
|
|
}
|
|
}
|
|
|
-public void setEnergyPrice(String energyPrice) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setEnergyPrice(String energyPrice) {
|
|
|
this.energyPrice = energyPrice;
|
|
this.energyPrice = energyPrice;
|
|
|
}
|
|
}
|
|
|
-public String getDurationPrice() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getDurationPrice() {
|
|
|
return durationPrice;
|
|
return durationPrice;
|
|
|
}
|
|
}
|
|
|
-public void setDurationPrice(String durationPrice) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setDurationPrice(String durationPrice) {
|
|
|
this.durationPrice = durationPrice;
|
|
this.durationPrice = durationPrice;
|
|
|
}
|
|
}
|
|
|
-public String getStatusCd() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getStatusCd() {
|
|
|
return statusCd;
|
|
return statusCd;
|
|
|
}
|
|
}
|
|
|
-public void setStatusCd(String statusCd) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setStatusCd(String statusCd) {
|
|
|
this.statusCd = statusCd;
|
|
this.statusCd = statusCd;
|
|
|
}
|
|
}
|
|
|
-public String getCommunityId() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getCommunityId() {
|
|
|
return communityId;
|
|
return communityId;
|
|
|
}
|
|
}
|
|
|
-public void setCommunityId(String communityId) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setCommunityId(String communityId) {
|
|
|
this.communityId = communityId;
|
|
this.communityId = communityId;
|
|
|
}
|
|
}
|
|
|
-public String getMachineName() {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getMachineName() {
|
|
|
return machineName;
|
|
return machineName;
|
|
|
}
|
|
}
|
|
|
-public void setMachineName(String machineName) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void setMachineName(String machineName) {
|
|
|
this.machineName = machineName;
|
|
this.machineName = machineName;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|