mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
新增 运营端小程序 站点枪口利用率趋势统计接口
This commit is contained in:
@@ -23,6 +23,13 @@ public class BusinessOrderDetailInfoVO {
|
||||
*/
|
||||
private String tradeDate;
|
||||
|
||||
private String pileConnectorCode;
|
||||
|
||||
/**
|
||||
* 充电次数
|
||||
*/
|
||||
private Integer chargeNum;
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.vo.uniapp.business;
|
||||
|
||||
import com.jsowell.pile.domain.SettleOrderReport;
|
||||
import com.jsowell.pile.vo.web.OrderDetailInfoVO;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
@@ -40,6 +41,11 @@ public class StationBusinessAnalyzeInfoVO {
|
||||
*/
|
||||
private String orderNumRateGrowthRate;
|
||||
|
||||
/**
|
||||
* 枪口利用增长率
|
||||
*/
|
||||
private String connectorUsedRiseRate;
|
||||
|
||||
/**
|
||||
* 运营端小程序订单详情VO
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user