新增 移动充电桩到另一个站点接口

This commit is contained in:
Lemon
2025-10-30 15:48:39 +08:00
parent db936639d9
commit 5df6dd9d20
5 changed files with 80 additions and 2 deletions

View File

@@ -162,6 +162,14 @@ public class PileBasicInfoController extends BaseController {
return toAjax(pileBasicInfoService.replaceMerchantStationByPileIds(dto));
}
/**
* 移动充电桩到另一个站点
*/
@PostMapping("/movePile2AnotherStation")
public AjaxResult movePile2AnotherStation(@RequestBody ReplaceMerchantStationDTO dto) {
logger.info("移动充电桩到另一个站点 param:{}", JSON.toJSONString(dto));
return toAjax(pileBasicInfoService.movePile2AnotherStation(dto));
}
/**
* 查询充电桩详情
* @return