mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 华为平台生成订单、结算订单方法
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user