mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
update 查询新增站点互联互通配置
This commit is contained in:
@@ -17,4 +17,14 @@ public class ThirdPartyStationRelationDTO {
|
||||
* 要推送的第三方平台类型数组
|
||||
*/
|
||||
private List<String> thirdPartyTypes;
|
||||
|
||||
/**
|
||||
* 要推送的某个第三方平台类型
|
||||
*/
|
||||
private String thirdPartyType;
|
||||
|
||||
/**
|
||||
* 关系id
|
||||
*/
|
||||
private String id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user