add 联联平台推送充电状态接口

This commit is contained in:
Lemon
2023-05-19 15:24:53 +08:00
parent 26983a58c5
commit 5004a3fb31
4 changed files with 49 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ public class OrderDetail extends BaseEntity {
this.totalServiceAmount = totalServiceAmount;
}
public BigDecimal getTotalServiceAnount() {
public BigDecimal getTotalServiceAmount() {
return totalServiceAmount;
}
@@ -344,7 +344,7 @@ public class OrderDetail extends BaseEntity {
.append("totalUsedElectricity", getTotalUsedElectricity())
.append("totalOrderAmount", getTotalOrderAmount())
.append("totalElectricityAmount", getTotalElectricityAmount())
.append("totalServiceAnount", getTotalServiceAnount())
.append("totalServiceAnount", getTotalServiceAmount())
.append("sharpUsedElectricity", getSharpUsedElectricity())
.append("sharpElectricityPrice", getSharpElectricityPrice())
.append("sharpServicePrice", getSharpServicePrice())