diff --git a/xhpc-modules/xhpc-common/src/main/java/com/xhpc/order/domain/XhpcHistoryOrder.java b/xhpc-modules/xhpc-common/src/main/java/com/xhpc/order/domain/XhpcHistoryOrder.java index e88ee7f8..aa49f3fe 100644 --- a/xhpc-modules/xhpc-common/src/main/java/com/xhpc/order/domain/XhpcHistoryOrder.java +++ b/xhpc-modules/xhpc-common/src/main/java/com/xhpc/order/domain/XhpcHistoryOrder.java @@ -172,8 +172,6 @@ public class XhpcHistoryOrder extends BaseEntity { */ private Double totalPower; - private String gunId; - private Date startTime; /** @@ -561,16 +559,6 @@ public class XhpcHistoryOrder extends BaseEntity { this.totalPower = totalPower; } - public String getGunId() { - - return gunId; - } - - public void setGunId(String gunId) { - - this.gunId = gunId; - } - public Date getStartTime() { return startTime;