mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-16 11:07:36 +08:00
update 首页数据大屏
This commit is contained in:
@@ -38,4 +38,68 @@ public class BigDataOverviewVO {
|
||||
* 充电站数量
|
||||
*/
|
||||
private Long totalStations;
|
||||
|
||||
/**
|
||||
* 日增用户数
|
||||
*/
|
||||
private Long dailyNewUsers;
|
||||
|
||||
/**
|
||||
* 当日累计交易金额(元)
|
||||
*/
|
||||
private String todayTransactionAmount;
|
||||
|
||||
/**
|
||||
* 今日充电电量(kWh)
|
||||
*/
|
||||
private String todayElectricity;
|
||||
|
||||
/**
|
||||
* 月均充电电量(kWh)
|
||||
*/
|
||||
private String monthlyAvgElectricity;
|
||||
|
||||
/**
|
||||
* 充电枪总数
|
||||
*/
|
||||
private Long totalGuns;
|
||||
|
||||
/**
|
||||
* 在线充电桩数量
|
||||
*/
|
||||
private Long onlinePiles;
|
||||
|
||||
/**
|
||||
* 直流充电桩数量
|
||||
*/
|
||||
private Long onlineStations;
|
||||
|
||||
/**
|
||||
* 交流充电桩数量
|
||||
*/
|
||||
private Long onlineGuns;
|
||||
|
||||
/**
|
||||
* 累计碳减排量(吨)
|
||||
* = 累计充电量(kWh) × 0.5306 / 1000
|
||||
*/
|
||||
private String carbonReduction;
|
||||
|
||||
/**
|
||||
* 单次充电平均减碳量(kg)
|
||||
* = 累计碳减排量(kg) / 总订单数
|
||||
*/
|
||||
private String avgCarbonPerOrder;
|
||||
|
||||
/**
|
||||
* 节约燃油(升)
|
||||
* = 累计充电量(kWh) × 8 / 15
|
||||
*/
|
||||
private String fuelSaved;
|
||||
|
||||
/**
|
||||
* 相当于替代标准煤(吨)
|
||||
* = 累计充电量(kWh) × 0.000404
|
||||
*/
|
||||
private String standardCoalSaved;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user