mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
加字段,设备归属方id
This commit is contained in:
@@ -10,22 +10,45 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class ThirdPartyStationRelationVO {
|
||||
/**
|
||||
* 站点id
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 第三方平台类型
|
||||
*/
|
||||
private String thirdPartyType;
|
||||
|
||||
/**
|
||||
* 第三方平台名称
|
||||
*/
|
||||
private String thirdPartyName;
|
||||
|
||||
/**
|
||||
* 设备所属商户id
|
||||
*/
|
||||
private String equipmentOwnerId;
|
||||
|
||||
/**
|
||||
* 启动模式
|
||||
*/
|
||||
private String startMode;
|
||||
|
||||
/**
|
||||
* url地址
|
||||
*/
|
||||
private String urlAddress;
|
||||
|
||||
/**
|
||||
* 密钥信息
|
||||
*/
|
||||
private String operatorId;
|
||||
private String operatorSecret;
|
||||
private String signSecret;
|
||||
private String dataSecret;
|
||||
private String dataSecretIv;
|
||||
|
||||
|
||||
/**
|
||||
* 对方平台密钥信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user