update 查询新增站点互联互通配置

This commit is contained in:
Guoqs
2025-12-04 15:59:46 +08:00
parent 3fc5a3273f
commit c88f9a2ea2
8 changed files with 72 additions and 10 deletions

View File

@@ -17,4 +17,14 @@ public class ThirdPartyStationRelationDTO {
* 要推送的第三方平台类型数组
*/
private List<String> thirdPartyTypes;
/**
* 要推送的某个第三方平台类型
*/
private String thirdPartyType;
/**
* 关系id
*/
private String id;
}