This commit is contained in:
2023-12-25 14:27:04 +08:00
2 changed files with 28 additions and 0 deletions

View File

@@ -194,6 +194,30 @@ public class OrderListVO {
@Excel(name = "服务费")
private BigDecimal totalServiceAmount;
/**
* 尖时段用电量
*/
@Excel(name = "尖时段用电量")
private BigDecimal sharpElectricity;
/**
* 峰时段用电量
*/
@Excel(name = "峰时段用电量")
private BigDecimal peakElectricity;
/**
* 平时段用电量
*/
@Excel(name = "平时段用电量")
private BigDecimal flatElectricity;
/**
* 谷时段用电量
*/
@Excel(name = "谷时段用电量")
private BigDecimal valleyElectricity;
/**
* 虚拟金额
*/