mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
新增 对接青海平台 推送充换电站实时功率 接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2024/4/15 10:58:58
|
||||
*/
|
||||
@Data
|
||||
public class PileMerchantInfoVO {
|
||||
|
||||
private String stationId;
|
||||
private String merchantId;
|
||||
private String merchantName;
|
||||
private String organizationCode;
|
||||
}
|
||||
Reference in New Issue
Block a user