mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 08:18:34 +08:00
update
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 大数据平台总览数据VO
|
||||
*
|
||||
* @author jsowell
|
||||
*/
|
||||
@Data
|
||||
public class BigDataOverviewVO {
|
||||
/**
|
||||
* 总用户数
|
||||
*/
|
||||
private Long totalUsers;
|
||||
|
||||
/**
|
||||
* 总订单数
|
||||
*/
|
||||
private Long totalOrders;
|
||||
|
||||
/**
|
||||
* 累计交易额
|
||||
*/
|
||||
private String totalTransactionAmount;
|
||||
|
||||
/**
|
||||
* 累计充电电量(kWh)
|
||||
*/
|
||||
private String totalElectricity;
|
||||
|
||||
/**
|
||||
* 充电桩数量
|
||||
*/
|
||||
private Long totalPiles;
|
||||
|
||||
/**
|
||||
* 充电站数量
|
||||
*/
|
||||
private Long totalStations;
|
||||
}
|
||||
Reference in New Issue
Block a user