mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
add 新增联联 查询累计数据接口
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
package com.jsowell.pile.vo.lianlian;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 对接联联平台 获取累计数据
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/4/17 14:06
|
||||
*/
|
||||
@Data
|
||||
public class AccumulativeInfoVO {
|
||||
/**
|
||||
* 枪口编号
|
||||
*/
|
||||
private String pileConnectorCode;
|
||||
|
||||
/**
|
||||
* 桩编码
|
||||
*/
|
||||
private String pileSn;
|
||||
|
||||
/**
|
||||
* 站点id
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 开始时间
|
||||
*/
|
||||
private String startTime;
|
||||
|
||||
/**
|
||||
* 结束时间
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
/**
|
||||
* 枪口充电量
|
||||
*/
|
||||
private String connectorElectricity;
|
||||
}
|
||||
Reference in New Issue
Block a user