update 华为平台生成订单、结算订单方法

This commit is contained in:
Lemon
2024-03-20 10:36:36 +08:00
parent f76b436c03
commit a0e4272100
9 changed files with 172 additions and 18 deletions

View File

@@ -123,6 +123,15 @@ public class TransactionRecordsData {
private Date createTime;
/**
* 以下为附加字段,不是交易记录报文中原有字段
*/
// 总电费
private String totalElectricityAmount;
// 总服务费
private String totalServiceAmount;
@Override
public String toString() {
return new ToStringBuilder(this, ToStringStyle.JSON_STYLE)