This commit is contained in:
Guoqs
2025-12-04 16:00:51 +08:00
parent c88f9a2ea2
commit 386e022622

View File

@@ -253,6 +253,7 @@ public class PileStationInfoController extends BaseController {
public AjaxResult deleteRelation(@RequestBody ThirdPartyStationRelationDTO dto) { public AjaxResult deleteRelation(@RequestBody ThirdPartyStationRelationDTO dto) {
return toAjax(thirdPartyStationRelationService.deleteThirdPartyStationRelation(dto.getId())); return toAjax(thirdPartyStationRelationService.deleteThirdPartyStationRelation(dto.getId()));
} }
/** /**
* 查询站点互联互通配置 * 查询站点互联互通配置
* *