mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -2,6 +2,7 @@ package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@@ -15,6 +16,8 @@ public class OrderCountByTimeVO {
|
||||
|
||||
private List<OrderCountByTimeListVO> orderCountByTimeList;
|
||||
|
||||
private BigDecimal totalInsuranceAmount;
|
||||
|
||||
|
||||
@Data
|
||||
public static class OrderCountByTimeListVO {
|
||||
@@ -31,6 +34,10 @@ public class OrderCountByTimeVO {
|
||||
private String startTime;
|
||||
private String endTime;
|
||||
private Integer count ;
|
||||
|
||||
// 保险金额
|
||||
private BigDecimal insuranceAmount;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -291,4 +291,9 @@ public class OrderListVO {
|
||||
* 实时充电度数
|
||||
*/
|
||||
private String realTimeChargingDegree;
|
||||
|
||||
/**
|
||||
* 保险金额
|
||||
*/
|
||||
private BigDecimal insuranceAmount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user