mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update 查询查询会员申请开票记录
This commit is contained in:
@@ -26,5 +26,15 @@ public class InvoiceRecordVO {
|
||||
*/
|
||||
private BigDecimal totalElecAmount;
|
||||
|
||||
/**
|
||||
* 运营商名称
|
||||
*/
|
||||
private String merchantName;
|
||||
|
||||
/**
|
||||
* 运营商电话
|
||||
*/
|
||||
private String merchantTel;
|
||||
|
||||
private String createTime;
|
||||
}
|
||||
|
||||
@@ -25,5 +25,8 @@ public class OrderInvoiceRecordVO {
|
||||
private BigDecimal totalAmount;
|
||||
private BigDecimal totalServiceAmount;
|
||||
private BigDecimal totalElecAmount;
|
||||
|
||||
/**
|
||||
* 运营商电话
|
||||
*/
|
||||
private String merchantTel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user